diff options
author | Ben Sima <ben@bsima.me> | 2020-04-19 18:10:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-19 18:10:16 -0700 |
commit | 5781e0ca2188f39d388aabada7d80a1a315a0752 (patch) | |
tree | c69cf40e378a00b2182738edee3c8fff5213f43f /nix/nixpkgs.nix | |
parent | 32fd9bd3fe6d9e3b52d85cf701bc9b0998a54412 (diff) |
Rename some Haskell nix files
Diffstat (limited to 'nix/nixpkgs.nix')
-rw-r--r-- | nix/nixpkgs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/nixpkgs.nix b/nix/nixpkgs.nix index 74039e0..864511b 100644 --- a/nix/nixpkgs.nix +++ b/nix/nixpkgs.nix @@ -5,7 +5,7 @@ let overlays = [ (_: _: { inherit sources; }) (_: _: { niv = import sources.niv {}; }) - (import ./haskell-packages.nix) + (import ./haskell-overlay.nix) (_: pkgs: { wemux = pkgs.callPackage ./wemux.nix {}; }) ]; }; |