nix: Remove nixpkg overrides
1 file changed, 0 insertions(+), 13 deletions(-)
changed files
M nix/.config/nixpkgs/config.nix → nix/.config/nixpkgs/config.nix
@@ -1,16 +1,3 @@ { pkgs }: { - packageOverrides = super: let - self = super.pkgs; - pkgsUnstable = if super.pkgs.stdenv.isLinux - then import <nixos-unstable> {} - else super.pkgs; - - in with self; rec { - myEmacs = super.callPackage ./emacs.nix { - emacs = if stdenv.isDarwin then emacs25Macport else emacs; - }; - nodejs = pkgsUnstable.nodejs-8_x; - }; - allowUnfree = true; }