Skip to content

Commit

Permalink
finished implementing flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Apr 10, 2024
1 parent 8c9ed22 commit 2904216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
hash = "sha256-/ta8ZseNghLOOKIa4oX0QyxWK/NcNc7s7alNRkddtDI=";
fetchSubmodules = true;
};
installPhase = ''
mkdir -p $out/bin
cp bin/backend $out/bin/backend
'';
nativeBuildInputs = [ pkgs.cmake pkgs.gcc ];
};

Expand Down

0 comments on commit 2904216

Please sign in to comment.