From 5348f71ab93b399482bd3d57ee67651087686013 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 23 Apr 2021 11:15:17 -0400 Subject: Switch to my nixpkgs fork This way I can develop on nixpkgs directly, and directly send patches upstream, instead of trying to copy files back and forth and work with overlays. Of course with private stuff that I will never publish, I should use overlays, but that will probably not be very many things, I imagine. --- Biz/Bild/Deps.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Biz/Bild/Deps.nix') diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index a24e2d1..9b62f7d 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -50,10 +50,6 @@ in rec }; }; - wemux = pkgs.callPackage ./Deps/wemux.nix {}; guile-opengl = pkgs.callPackage ./Deps/guile-opengl.nix {}; inspekt3d = pkgs.callPackage ./Deps/inspekt3d.nix {}; - gmnisrv = pkgs.callPackage ./Deps/gmnisrv.nix {}; - bearssl = pkgs.callPackage ./Deps/bearssl.nix {}; - gmni = pkgs.callPackage ./Deps/gmni.nix {}; } -- cgit v1.2.3