Skip to content

Commit

Permalink
Trying to fix flake...
Browse files Browse the repository at this point in the history
  • Loading branch information
espottesmith committed Aug 23, 2024
1 parent 6e4163d commit 39ad57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
sqlite
];


buildPhase = "./build.sh";
installPhase = "mkdir -p $out/bin; mv ./build/* $out/bin";
# installPhase = "mkdir -p $out/bin; mv ./build/* $out/bin";
installPhase = "";
doCheck = true;
checkPhase = "tests/test.sh";
};
Expand Down

0 comments on commit 39ad57b

Please sign in to comment.