Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Mar 10, 2024
1 parent e5648e7 commit dd70141
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 @@ -27,8 +27,8 @@
pname = "hvm";
version = "0.1.0";
src = pkgs.lib.cleanSource src;
buildInputs = [ pkgs.rustPlatform.rust ];
buildPhase = "cargo build --release";
buildInputs = [ pkgs.openssl pkgs.pkgconfig ];
buildPhase = "cargo build";
installPhase = ''
mkdir -p $out/bin
cp target/release/hvm $out/bin/
Expand Down

0 comments on commit dd70141

Please sign in to comment.