summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/.config/nixpkgs/config.nix')
-rw-r--r--nix/.config/nixpkgs/config.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/nix/.config/nixpkgs/config.nix b/nix/.config/nixpkgs/config.nix
index 11d704a..2a93c4b 100644
--- a/nix/.config/nixpkgs/config.nix
+++ b/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;
 }