flake: Add nixos-facter-modules

This commit is contained in:
Erwin Boskma 2024-09-20 11:49:45 +02:00
parent 43c828b206
commit 99cec88c8e
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
2 changed files with 17 additions and 7 deletions

View file

@ -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",

View file

@ -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";