nix: track nixos stable 24.11
All checks were successful
test / test (push) Successful in 25s

Reduce rebuilds during development on my system.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-12-06 00:44:04 +09:00
parent 95668ac998
commit 6b8ddca7b4
2 changed files with 5 additions and 5 deletions

View File

@@ -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 =