add vm check
This commit is contained in:
parent
10d634cdc0
commit
304d4e9000
|
@ -42,10 +42,7 @@
|
|||
};
|
||||
in {
|
||||
packages = {
|
||||
inherit (pkgs) geoip-mmdb;
|
||||
inherit (pkgs) e11sync-static;
|
||||
inherit (pkgs) e11sync-frontend;
|
||||
inherit (pkgs) e11sync-backend;
|
||||
inherit (pkgs) e11sync-static e11sync-frontend e11sync-backend;
|
||||
};
|
||||
|
||||
checks = {
|
||||
|
@ -63,6 +60,7 @@
|
|||
--exclude ${./.}/app/signup/migrations/ ${./.}/app
|
||||
mkdir -p $out
|
||||
'';
|
||||
build-vm = self.nixosConfigurations.vm.config.system.build.vm;
|
||||
};
|
||||
|
||||
apps = {
|
||||
|
|
Loading…
Reference in New Issue