aboutsummaryrefslogtreecommitdiff
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock17
-rw-r--r--flake.nix5
2 files changed, 22 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 406009f..7d43f82 100644
--- a/flake.lock
+++ b/flake.lock
@@ -478,6 +478,22 @@
"type": "github"
}
},
+ "nixos-hardware": {
+ "locked": {
+ "lastModified": 1760106635,
+ "narHash": "sha256-2GoxVaKWTHBxRoeUYSjv0AfSOx4qw5CWSFz2b+VolKU=",
+ "owner": "NixOS",
+ "repo": "nixos-hardware",
+ "rev": "9ed85f8afebf2b7478f25db0a98d0e782c0ed903",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "master",
+ "repo": "nixos-hardware",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1755274400,
@@ -683,6 +699,7 @@
"home-manager": "home-manager_2",
"my-go-tools": "my-go-tools",
"my-site": "my-site",
+ "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_5",
"nixpkgsUnstable": "nixpkgsUnstable",
"nur": "nur",
diff --git a/flake.nix b/flake.nix
index 64f3d80..d4fa89e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nixos-hardware = {
+ url = "github:NixOS/nixos-hardware/master";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";