Skip to content

Commit

Permalink
Add just to nix
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Feb 13, 2024
1 parent 84f242c commit 4dc9efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
src = craneLib.cleanCargoSource (craneLib.path ./.);

buildInputs = [
pkgs.just
pkgs.openssl
pkgs.zlib
pkgs.postgresql
Expand Down Expand Up @@ -58,6 +59,7 @@
devShells.default = craneLib.devShell {
inputsFrom = [ my-crate ];
packages = [
pkgs.just
pkgs.openssl
pkgs.zlib
pkgs.postgresql
Expand Down

0 comments on commit 4dc9efc

Please sign in to comment.