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/wemux.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Biz/Bild/Deps/wemux.nix (limited to 'Biz/Bild/Deps/wemux.nix') diff --git a/Biz/Bild/Deps/wemux.nix b/Biz/Bild/Deps/wemux.nix deleted file mode 100644 index b9f1dd8..0000000 --- a/Biz/Bild/Deps/wemux.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ sources, stdenv }: - -stdenv.mkDerivation rec { - name = "wemux-${version}"; - version = "2020.04.03"; - src = sources.wemux; - installPhase = '' - mkdir -p $out/bin - install ${src}/wemux $out/bin - ''; -} -- cgit v1.2.3