aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbreezystatic772025-06-01 10:58:13 -0400
committerbreezystatic772025-06-01 10:58:13 -0400
commit23d78452da56dd856770acf74e91892d2e892ba9 (patch)
tree51fa1527d4a2b5b9e1d4c1d295160a2505b0983d
parent092092ede52afa1faaca8b359d8b5d4514709389 (diff)
update flakeHEADmaster
-rw-r--r--flake.lock14
-rw-r--r--flake.nix2
2 files changed, 8 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 4c59bb7..cc57948 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"crane": {
"locked": {
- "lastModified": 1736898272,
- "narHash": "sha256-D10wlrU/HCpSRcb3a7yk+bU3ggpMD1kGbseKtO+7teo=",
+ "lastModified": 1748047550,
+ "narHash": "sha256-t0qLLqb4C1rdtiY8IFRH5KIapTY/n3Lqt57AmxEv9mk=",
"owner": "ipetkov",
"repo": "crane",
- "rev": "6a589f034202a7c6e10bce6c5d1d392d7bc0f340",
+ "rev": "b718a78696060df6280196a6f992d04c87a16aef",
"type": "github"
},
"original": {
@@ -35,16 +35,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1736916166,
- "narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=",
+ "lastModified": 1748437600,
+ "narHash": "sha256-hYKMs3ilp09anGO7xzfGs3JqEgUqFMnZ8GMAqI6/k04=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "e24b4c09e963677b1beea49d411cd315a024ad3a",
+ "rev": "7282cb574e0607e65224d33be8241eae7cfe0979",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-24.11",
+ "ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 5307db5..35c9c99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "Endless honeypot for web crawlers";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
flake-utils.url = "github:numtide/flake-utils";
crane.url = "github:ipetkov/crane";
};