aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-12-06 00:44:04 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-12-06 00:44:04 +0900
commit6b8ddca7b45e0413b0a89cc81d622953b979df08 (patch)
tree552c8ca54e3c336efe76a33c2e2768bd87a3db01 /flake.nix
parent95668ac998b2212478df5a6114089fdf7e579f71 (diff)
nix: track nixos stable 24.11
Reduce rebuilds during development on my system. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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 69c5514c..52757a15 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "fortify sandbox tool and nixos module";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
};
outputs =