Skip to content

Commit

Permalink
Fix nix builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SEbbaDK committed Feb 17, 2022
1 parent 4836959 commit 509b1de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ pkgs.crystal.buildCrystalPackage {
nativeBuildInputs = [
pkgs.pandoc
];

buildPhase = ''
crystal build --release --progress --verbose marka.cr
crystal build --release --progress --verbose marka-combiner.cr
'';

installPhase = ''
mkdir -p $out/bin
mv marka $out/bin/
mv marka-combiner $out/bin/
'';
}

0 comments on commit 509b1de

Please sign in to comment.