removed unimported outputs
This commit is contained in:
parent
b2e45bf27f
commit
0e1fcb30ca
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = { self, home-manager, nixos-generators, flake-utils, nixpkgs, ... }@inputs:
|
outputs = { self, home-manager, nixos-generators, nixpkgs, ... }@inputs:
|
||||||
{
|
{
|
||||||
proxmox = nixos-generators.nixosGenerate {
|
proxmox = nixos-generators.nixosGenerate {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue