Skip to content

Commit

Permalink
remove the checkPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 14, 2021
1 parent 6e4b843 commit 4f55a60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Expand Up @@ -13,17 +13,14 @@
name = "bad-datalog";
src = ./.;

buildInputs = [ pkgs.elmPackages.elm pkgs.elmPackages.elm-test ];
buildInputs = [ pkgs.elmPackages.elm ];

buildPhase = pkgs.elmPackages.fetchElmDeps {
elmPackages = import ./nix/elm-srcs.nix;
elmVersion = "0.19.1";
registryDat = ./nix/registry.dat;
};

doCheck = true;
checkPhase = "elm-test";

# it's a little weird that elm2nix says it's fine to build in the install
# phase, but who am I to judge?
installPhase = ''
Expand Down

0 comments on commit 4f55a60

Please sign in to comment.