aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbreezystatic772025-06-01 10:58:13 -0400
committerbreezystatic772025-06-01 10:58:13 -0400
commit23d78452da56dd856770acf74e91892d2e892ba9 (patch)
tree51fa1527d4a2b5b9e1d4c1d295160a2505b0983d /flake.nix
parent092092ede52afa1faaca8b359d8b5d4514709389 (diff)
update flakeHEADmaster
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 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";
};