update nixos-facter-modules for bugfix

This commit is contained in:
DavHau
2025-04-03 17:20:49 +07:00
parent ccaf67e477
commit 9682a22c9a
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

@@ -73,13 +73,13 @@
"locked": {
"lastModified": 1743671943,
"narHash": "sha256-7sYig0+RcrR3sOL5M+2spbpFUHyEP7cnUvCaqFOBjyU=",
"owner": "numtide",
"owner": "nix-community",
"repo": "nixos-facter-modules",
"rev": "58ad9691670d293a15221d4a78818e0088d2e086",
"type": "github"
},
"original": {
"owner": "numtide",
"owner": "nix-community",
"repo": "nixos-facter-modules",
"type": "github"
}

View File

@@ -10,7 +10,7 @@
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";