commit dcac3910ca142dee0acd8c01371361abd04406f9
parent 0206e52023d2e7852d483c47dcb10482269a3d5e
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Tue, 7 Oct 2025 09:53:33 +0200
parent 0206e52023d2e7852d483c47dcb10482269a3d5e
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Tue, 7 Oct 2025 09:53:33 +0200
Add input 'nixos-hardware'
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -902,6 +902,21 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1758663926, + "narHash": "sha256-6CFdj7Xs616t1W4jLDH7IohAAvl5Dyib3qEv/Uqw1rk=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "170ff93c860b2a9868ed1e1102d4e52cb3d934e1", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1751949589, @@ -1087,6 +1102,7 @@ "niriFlake": "niriFlake", "nixStd": "nixStd", "nixSystemsDefault": "nixSystemsDefault", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", "nixpkgsUnstable": "nixpkgsUnstable", "oeffisearch": "oeffisearch",
diff --git a/flake.nix b/flake.nix @@ -228,6 +228,8 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgsUnstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; + impermanence.url = "github:nix-community/impermanence"; nixStd.url = "github:chessai/nix-std";