flake: Add nixos-facter-modules
This commit is contained in:
parent
43c828b206
commit
99cec88c8e
2 changed files with 17 additions and 7 deletions
16
flake.lock
16
flake.lock
|
@ -656,6 +656,21 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-facter-modules": {
|
||||
"locked": {
|
||||
"lastModified": 1726644499,
|
||||
"narHash": "sha256-A8w2L9vRCKnj2UAmfSYewiD+yNgEhbEY6ITVgj8DIHs=",
|
||||
"owner": "numtide",
|
||||
"repo": "nixos-facter-modules",
|
||||
"rev": "cc817a8491bbb6eea30533e0c6f89d101a52b72e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "nixos-facter-modules",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1726724509,
|
||||
|
@ -848,6 +863,7 @@
|
|||
"naersk": "naersk",
|
||||
"nil": "nil",
|
||||
"nix-ld-rs": "nix-ld-rs",
|
||||
"nixos-facter-modules": "nixos-facter-modules",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"pamedia": "pamedia",
|
||||
|
|
|
@ -102,13 +102,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# atuin = {
|
||||
# url = "github:atuinsh/atuin";
|
||||
# inputs = {
|
||||
# nixpkgs.follows = "nixpkgs";
|
||||
# flake-utils.follows = "flake-utils";
|
||||
# };
|
||||
# };
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
|
||||
caddy-with-plugins = {
|
||||
url = "github:eboskma/caddy-with-plugins";
|
||||
|
|
Loading…
Reference in a new issue