e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 304d4e900022751cf8fcc23d9251b11cdb765643 (tree)
parent 10d634cdc0c0e9b2d7f9d6a0983f755443b5b47b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 20 Jan 2024 06:46:00 +0200

add vm check

Diffstat:
Mflake.nix | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -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 = {