From 03cae1b8895161234f07ee3f8c09b86dce7993fa Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:51:21 +0200 Subject: [PATCH] Fix nixos-hardware --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4613d33..3ba40e8 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; }; - outputs = inputs@{ nixpkgs, home-manager, ... }: { + outputs = inputs@{ nixpkgs, home-manager, nixos-hardware, ... }: { nixosConfigurations = let mkSystem = entrypoint: nixpkgs.lib.nixosSystem { system = "x86_64-linux";