flake check wants every top level check to be a derivation
This commit is contained in:
parent
7eb843151d
commit
81b32a2627
2 changed files with 2 additions and 4 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
name: selfhostblocks
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check
|
||||
- run: nix build .#checks.x86_64-linux.vms.postgresql
|
||||
# - run: nix build .#checks.x86_64-linux.vms.postgresql
|
||||
|
|
|
|||
|
|
@ -60,9 +60,7 @@
|
|||
]);
|
||||
};
|
||||
|
||||
vms = {
|
||||
postgresql = pkgs.callPackage ./test/vm/postgresql.nix {};
|
||||
};
|
||||
vm_postgresql = pkgs.callPackage ./test/vm/postgresql.nix {};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue