nix: pin flake input to nixos-25.11 and track flake.lock

This commit is contained in:
2026-02-24 08:23:33 +01:00
parent 461a3c334d
commit e01bb8c39a
3 changed files with 29 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};
outputs = { self, nixpkgs }: