diff --git a/flake.lock b/flake.lock index 182dcf5..8ddb62e 100644 --- a/flake.lock +++ b/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", diff --git a/flake.nix b/flake.nix index 5d55a00..4c133b1 100644 --- a/flake.nix +++ b/flake.nix @@ -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";