Compare commits
2 Commits
fc85113cd6
...
2e82e3a8b9
| Author | SHA1 | Date | |
|---|---|---|---|
|
2e82e3a8b9
|
|||
|
d2d0f39e33
|
@@ -1,4 +1,4 @@
|
||||
name: "Integration Test"
|
||||
name: "Build"
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
(utils.lib.eachSystem (utils.lib.defaultSystems) ( system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
in rec
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
@@ -35,6 +35,9 @@
|
||||
cp -r static $out/
|
||||
'';
|
||||
};
|
||||
|
||||
packages.default = packages.zineshop;
|
||||
|
||||
checks = let
|
||||
checkArgs = {
|
||||
pkgs = pkgs;
|
||||
|
||||
Reference in New Issue
Block a user