diff --git a/nixpkgs.nix b/nixpkgs.nix
index c3086292210b535df82387f5c149b4c905e4d5a8..28889093ccc5ba3ac9feb2a099181fdea64b4dda 100644
--- a/nixpkgs.nix
+++ b/nixpkgs.nix
@@ -1,9 +1,6 @@
 { pkgs ? import <nixpkgs> { } }:
 let
-  nixpkgs = fetchTarball
-  { url = "https://github.com/NixOS/nixpkgs-channels/archive/4557b9f1f50aa813ae673fe6fcd30ca872968947.tar.gz";
-    sha256 = "0cam48cn042axcik9vqxsqjc2hwyb2grjbjxacsn4w0y1zk6k6l2";
-  };
+  nixpkgs = pkgs.path;
   args =
   { overlays = [ (import ./overlays.nix) ];
   };