From 5becddd79df54c125d73e52af6802b855c015648 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 6 May 2023 00:20:03 +0530 Subject: [PATCH] remove nixos-hardware --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6b0f763..f48c41d 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ }; }; - outputs = { self, nixpkgs, home-manager, impermanence, lanzaboote, nixos-hardware, nixvim }@inputs: { + outputs = { self, nixpkgs, home-manager, impermanence, lanzaboote, nixvim }@inputs: { formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixpkgs-fmt; nixosConfigurations = let user = (import ./secrets.nix).users; in { Skipper = nixpkgs.lib.nixosSystem {