diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-27 17:37:10 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-27 18:17:41 +0530 |
commit | f7f109cb140953a0d3053e5f15129535defd223a (patch) | |
tree | 8f50f39654b4118d237fd7a0e3ba16930a4deb08 /flake.lock | |
parent | 20f23006a2204d3fc94da39ca24f8bc78a5bc386 (diff) |
flake/nixos-hardware: init
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -21,6 +21,22 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1724575805, + "narHash": "sha256-OB/kEL3GAhUZmUfkbPfsPhKs0pRqJKs0EEBiLfyKZw8=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "9fc19be21f0807d6be092d70bf0b1de0c00ac895", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1723637854, @@ -56,6 +72,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "sops-nix": "sops-nix" } |