make mkFlake at root of flake
This commit is contained in:
parent
8a816b5e85
commit
1531a79212
5 changed files with 276 additions and 126 deletions
20
server/flakes/windows/test/flake.nix
Normal file
20
server/flakes/windows/test/flake.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
description = "windows test vm";
|
||||
inputs.oslib.url = "git+https://git.jeevio.xyz/jeeves/oslib";
|
||||
outputs = { self, oslib }: oslib.mkFlake {
|
||||
name = "wintest";
|
||||
uuid = "b691936e-1772-4b11-9dab-43b2a794ef90";
|
||||
os.name = "windows";
|
||||
os.version = "6.1.7601"; # 7 - Service Pack 1
|
||||
os.edition = "professional";
|
||||
os.arch = "x86_64";
|
||||
# preinstalledSoftware = with oslib.software.windows [
|
||||
# firefox
|
||||
# acrobat
|
||||
# msoffice_2007
|
||||
# ];
|
||||
# modules = with oslib.modules.windows [
|
||||
# scatterUserFiles { desktop = true; documents = true; }
|
||||
# ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue