remove nixos-hardware

This commit is contained in:
Adithya 2023-05-06 00:20:03 +05:30
parent d497f1930f
commit 5becddd79d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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 {