aboutsummaryrefslogtreecommitdiff
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
parentfc03f4b547444ed5c2f4b5d598f20b0db419658d (diff)
chore: bump nixpkgs
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index ec4dc74..f202a89 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1756617294,
- "narHash": "sha256-aGnd4AHIYCWQKChAkHPpX+YYCt7pA6y2LFFA/s8q0wQ=",
+ "lastModified": 1778737229,
+ "narHash": "sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "b4c2c57c31e68544982226d07e4719a2d86302a8",
+ "rev": "d7a713c0b7e47c908258e71cba7a2d77cc8d71d5",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-25.05",
+ "ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
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;