diff --git a/flake.lock b/flake.lock index 85ba768..49dc32f 100644 --- a/flake.lock +++ b/flake.lock @@ -240,6 +240,21 @@ "type": "github" } }, + "nixos-facter-modules": { + "locked": { + "lastModified": 1727694482, + "narHash": "sha256-erluG4Za9uJ6q83Vp+zRchFxW1Z2YpIPC1nNeKKqR7g=", + "owner": "numtide", + "repo": "nixos-facter-modules", + "rev": "ec6ef7d5495bb5db1b6991791625eb22d108e954", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "nixos-facter-modules", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1727506465, @@ -347,6 +362,7 @@ "lite-config": "lite-config", "nix-darwin": "nix-darwin", "nix-index-database": "nix-index-database", + "nixos-facter-modules": "nixos-facter-modules", "nixpkgs": "nixpkgs", "nixpkgs-update": "nixpkgs-update", "nixpkgs-update-github-releases": "nixpkgs-update-github-releases", diff --git a/flake.nix b/flake.nix index d78a24a..dc67f5b 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ nix-darwin.url = "github:LnL7/nix-darwin"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; nix-index-database.url = "github:nix-community/nix-index-database"; + nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases"; nixpkgs-update.inputs.mmdoc.follows = "empty";