From b07e25778e9cc5ef9271a216e7a7247f64fbac5c Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Sun, 21 Jul 2024 09:14:38 +0200 Subject: [PATCH] Fixed some errors in flake.nix related to nixos-hardware --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e65a7f0..ae43c14 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; }; - outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, stylix, nixos-hardware, ... }@inputs: { nixosConfigurations = { # Test host in VirtualBox @@ -38,7 +38,7 @@ # Model picked up from # https://github.com/NixOS/nixos-hardware/blob/master/flake.nix - nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2 + nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2 ./hosts/p14s/configuration.nix # Home-Manager #inputs.home-manager.nixosModules.default