aboutsummaryrefslogtreecommitdiffhomepage
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
parent95668ac998b2212478df5a6114089fdf7e579f71 (diff)
nix: track nixos stable 24.11
Reduce rebuilds during development on my system. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
-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 06b3ed31..89c44067 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1725361206,
- "narHash": "sha256-/HTUg+kMaqBPGrcQBYboAMsQHIWIkuKRDldss/035Hc=",
+ "lastModified": 1733348545,
+ "narHash": "sha256-b4JrUmqT0vFNx42aEN9LTWOHomkTKL/ayLopflVf81U=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "2830c7c930311397d94c0b86a359c865c081c875",
+ "rev": "9ecb50d2fae8680be74c08bb0a995c5383747f89",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-unstable-small",
+ "ref": "nixos-24.11-small",
"repo": "nixpkgs",
"type": "github"
}
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 =