aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 12:22:40 -0700
committerFuwn <[email protected]>2021-05-17 12:22:40 -0700
commitb6e92cc928a4a94a8dfd32a53fd0a5732f1f1632 (patch)
tree6dd868b0b781160adc5ab08b5cc5033f82de25cf /default.nix
parentfix(prompt): test uses outdated module (diff)
downloadwhirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.tar.xz
whirl-b6e92cc928a4a94a8dfd32a53fd0a5732f1f1632.zip
fix(nix): nix builds
Fix Docker and Nix intergration via rename.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index ff86419..208413e 100644
--- a/default.nix
+++ b/default.nix
@@ -19,7 +19,7 @@ let
whirl = naersk.buildPackage {
inherit src;
doCheck = true;
- buildInputs = [ ];
+ buildInputs = [ pkg-config openssl git ];
remapPathPrefix = true;
};