remove nixos-hardware
This commit is contained in:
parent
d497f1930f
commit
5becddd79d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixpkgs-fmt;
|
||||||
nixosConfigurations = let user = (import ./secrets.nix).users; in {
|
nixosConfigurations = let user = (import ./secrets.nix).users; in {
|
||||||
Skipper = nixpkgs.lib.nixosSystem {
|
Skipper = nixpkgs.lib.nixosSystem {
|
||||||
|
|
Loading…
Reference in a new issue