aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoryuuko <yuuko@partyvan.io>2026-05-19 04:55:04 -0700
committeryuuko <yuuko@partyvan.io>2026-05-19 04:55:04 -0700
commit3448537598e47ea11f0e330a10dfef2652d2182d (patch)
tree80c3160760e7db24ad8225be85238e4688eba3bb /flake.nix
parentfc03f4b547444ed5c2f4b5d598f20b0db419658d (diff)
chore: bump nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4e09155..0d16a5e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
outputs = { self, nixpkgs, ... }@inputs: {
overlays.default = import ./overlay.nix;