From ff1013fdcb66392c77083b1fe641e14cba78292c Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sun, 18 Feb 2024 13:37:24 -0600 Subject: [PATCH] fix flake --- flake.lock | 17 +++++++++++++++++ flake.nix | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 26a608c..35d5808 100644 --- a/flake.lock +++ b/flake.lock @@ -248,6 +248,22 @@ "type": "github" } }, + "nixos-hardware": { + "locked": { + "lastModified": 1708091350, + "narHash": "sha256-o28BJYi68qqvHipT7V2jkWxDiMS1LF9nxUsou+eFUPQ=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "106d3fec43bcea19cb2e061ca02531d54b542ce3", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1706812040, @@ -377,6 +393,7 @@ "kde": "kde", "lanzaboote": "lanzaboote", "nix-flatpak": "nix-flatpak", + "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2" } }, diff --git a/flake.nix b/flake.nix index d2373c1..bcbf2ee 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ }; # outputs = { self, nixpkgs, impermanence, lanzaboote } @ inputs: { - outputs = { self, nixpkgs, lanzaboote, kde, nix-flatpak, home-manager } @ inputs: { + outputs = { self, nixpkgs, lanzaboote, kde, nix-flatpak, home-manager, nixos-hardware } @ inputs: { nixosConfigurations = { # Desktop "matt-nixos" = nixpkgs.lib.nixosSystem {