diff options
author | breezystatic77 | 2025-06-01 10:58:13 -0400 |
---|---|---|
committer | breezystatic77 | 2025-06-01 10:58:13 -0400 |
commit | 23d78452da56dd856770acf74e91892d2e892ba9 (patch) | |
tree | 51fa1527d4a2b5b9e1d4c1d295160a2505b0983d /flake.nix | |
parent | 092092ede52afa1faaca8b359d8b5d4514709389 (diff) |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; }; |