diff --git a/flake.nix b/flake.nix index 6e453c6..4e3bb13 100644 --- 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 = {