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 dd70141 commit 0db5ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pname = "hvm";
version = "0.1.0";
src = pkgs.lib.cleanSource src;
buildInputs = [ pkgs.openssl pkgs.pkgconfig ];
buildInputs = [ pkgs.openssl pkgs.pkg-config ];
buildPhase = "cargo build";
installPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit 0db5ea5

Please sign in to comment.