An error occurred while loading the file. Please try again.
-
Daniel Firth authored07685e0d
Forked from
package-sets / horizon-platform
796 commits behind the upstream repository.
configuration.nix 203 B
{ pkgs, ... }:
with pkgs.haskell.lib;
final: prev: {
saltine = addPkgconfigDepend prev.saltine pkgs.libsodium;
libsodium = prev.callPackage ./pkgs/libsodium.nix { inherit (pkgs) libsodium; };
}