We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d9e3e commit 918d37cCopy full SHA for 918d37c
default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
15
name = "nixos-channel-scripts";
16
17
buildInputs = with perlPackages;
18
- [ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json ];
+ [ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json boost ];
19
20
buildCommand = ''
21
mkdir -p $out/bin
0 commit comments