diff options
| author | Fuwn <[email protected]> | 2021-05-17 12:22:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 12:22:40 +0000 |
| commit | 48f378ef24bf27343306a41785e82c40e6cb4120 (patch) | |
| tree | ba970c9e64416b54d5a39d4c8ba067572ada360e /default.nix | |
| parent | fix(prompt): test uses outdated module (diff) | |
| download | whirl-48f378ef24bf27343306a41785e82c40e6cb4120.tar.xz whirl-48f378ef24bf27343306a41785e82c40e6cb4120.zip | |
fix(nix): nix builds
Fix Docker and Nix intergration via rename.
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
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; }; |