working!
This commit is contained in:
parent
076814d4b9
commit
3c4acde325
8 changed files with 104 additions and 21 deletions
|
|
@ -6,15 +6,15 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
outputs = { self, nixos-generators, nixpkgs, ... }@inputs:
|
||||
{
|
||||
example = nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/example.nix
|
||||
];
|
||||
format = "qcow";
|
||||
format = "virtualbox";
|
||||
};
|
||||
apps."x86_64-linux".default = lollypops.apps."x86_64-linux".default { configFlake = self; };
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue