flake.nix: switch to nixpkgs/master

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-04 15:02:10 +03:00
parent 5d9782d733
commit 1065479388
2 changed files with 58 additions and 58 deletions

View File

@ -72,9 +72,9 @@
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs = {
# url = "github:NixOS/nixpkgs?ref=nixos-unstable";
url = "github:NixOS/nixpkgs/master";
# workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'`
url = "github:NixOS/nixpkgs/pull/413627/head";
# url = "github:NixOS/nixpkgs/pull/413627/head";
};
sops-nix = {
url = "github:mic92/sops-nix";