3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146830 from jonascarpay/master

purenix: add to top-level packages
This commit is contained in:
Dennis Gosnell 2021-11-21 12:52:32 +09:00 committed by GitHub
commit d7845680a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12058,6 +12058,8 @@ with pkgs;
purescript-psa = nodePackages.purescript-psa;
purenix = haskell.lib.compose.justStaticExecutables haskellPackages.purenix;
spago = callPackage ../development/tools/purescript/spago { };
pulp = nodePackages.pulp;