This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-17 11:13:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c9f648f75
nixpkgs
/
pkgs
/
development
/
haskell-modules
/
initial-packages.nix
3 lines
84 B
Nix
Raw
Normal View
History
Unescape
Escape
Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure. Part of https://github.com/NixOS/nixpkgs/issues/108938.
2021-01-19 18:26:01 +00:00
args
@
{
pkgs
,
lib
,
callPackage
}:
self
:
Remove HIE package set until automation can be put in place.
2018-03-23 14:06:58 +00:00
(
import
./hackage-packages.nix
args
self
)
Reference in New Issue
Copy Permalink