on: [push] jobs: "build OS basado": runs-on: native steps: - run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#nixosConfigurations.basado.config.system.build.toplevel "build OS hs": runs-on: native steps: - run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#nixosConfigurations.hs.config.system.build.toplevel