1
0
Fork 0

flake check wants every top level check to be a derivation

This commit is contained in:
ibizaman 2023-11-21 23:10:32 -08:00
parent 7eb843151d
commit 81b32a2627
2 changed files with 2 additions and 4 deletions

View file

@ -16,4 +16,4 @@ jobs:
name: selfhostblocks name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check - run: nix flake check
- run: nix build .#checks.x86_64-linux.vms.postgresql # - run: nix build .#checks.x86_64-linux.vms.postgresql

View file

@ -60,9 +60,7 @@
]); ]);
}; };
vms = { vm_postgresql = pkgs.callPackage ./test/vm/postgresql.nix {};
postgresql = pkgs.callPackage ./test/vm/postgresql.nix {};
};
}; };
} }
); );