wfvm/demo-image: make buildable from flake

This commit is contained in:
2022-10-13 21:41:03 +02:00
parent abd67ce2e6
commit 6542c37863
2 changed files with 16 additions and 2 deletions

View File

@@ -16,5 +16,9 @@
lib = import ./wfvm {
inherit pkgs;
};
packages.${system}.demoImage = import ./wfvm/demo-image.nix {
inherit self;
};
};
}