summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-27 17:37:10 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-27 18:17:41 +0530
commitf7f109cb140953a0d3053e5f15129535defd223a (patch)
tree8f50f39654b4118d237fd7a0e3ba16930a4deb08 /flake.lock
parent20f23006a2204d3fc94da39ca24f8bc78a5bc386 (diff)
flake/nixos-hardware: init
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 2d607dc..dd0ce78 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}