summaryrefslogtreecommitdiff
path: root/nix/nixpkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/nixpkgs.nix')
-rw-r--r--nix/nixpkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/nixpkgs.nix b/nix/nixpkgs.nix
index a5d1640..74039e0 100644
--- a/nix/nixpkgs.nix
+++ b/nix/nixpkgs.nix
@@ -6,7 +6,7 @@ let
(_: _: { inherit sources; })
(_: _: { niv = import sources.niv {}; })
(import ./haskell-packages.nix)
- (_: pkgs: { wemux = super.callPackage ./wemux.nix {}; })
+ (_: pkgs: { wemux = pkgs.callPackage ./wemux.nix {}; })
];
};
in nixpkgs