From b8c33100286ab307f46d3dfe7adf44008cc59d3e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 May 2020 15:39:07 -0700 Subject: Auto-overlay niv sources This is somewhat experimental, the idea is automatically set the sources from my niv pinned deps. It seems to work, so I'll keep at it and see if I can improve it as issues come up. --- nix/nixpkgs.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 nix/nixpkgs.nix (limited to 'nix/nixpkgs.nix') diff --git a/nix/nixpkgs.nix b/nix/nixpkgs.nix deleted file mode 100644 index 864511b..0000000 --- a/nix/nixpkgs.nix +++ /dev/null @@ -1,12 +0,0 @@ -let - sources = import ./sources.nix; - nixpkgs = import sources.nixpkgs { - system = "x86_64-linux"; - overlays = [ - (_: _: { inherit sources; }) - (_: _: { niv = import sources.niv {}; }) - (import ./haskell-overlay.nix) - (_: pkgs: { wemux = pkgs.callPackage ./wemux.nix {}; }) - ]; - }; -in nixpkgs -- cgit v1.2.3