aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuuko <yuuko@partyvan.io>2025-09-01 03:15:29 -0700
committeryuuko <yuuko@partyvan.io>2025-09-01 03:15:29 -0700
commit6f789d223290ddeaa4ceb20b078eb1e6348f66fd (patch)
tree47551f3fae8883a280445d25b638979e9829e304
parentee89c4bded858209b8692cfe266073727d056216 (diff)
flake: nixpkgs: 24.05 -> 25.05
-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 c261cf8..ec4dc74 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1724727824,
- "narHash": "sha256-0XH9MJk54imJm+RHOLTUJ7e+ponLW00tw5ke4MTVa1Y=",
+ "lastModified": 1756617294,
+ "narHash": "sha256-aGnd4AHIYCWQKChAkHPpX+YYCt7pA6y2LFFA/s8q0wQ=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "36bae45077667aff5720e5b3f1a5458f51cf0776",
+ "rev": "b4c2c57c31e68544982226d07e4719a2d86302a8",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.05",
+ "ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 5c2bc84..4e09155 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
outputs = { self, nixpkgs, ... }@inputs: {
overlays.default = import ./overlay.nix;