about summary refs log tree commit diff
path: root/users/glittershark/xanthous/nixpkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/nixpkgs.nix')
-rw-r--r--users/glittershark/xanthous/nixpkgs.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/users/glittershark/xanthous/nixpkgs.nix b/users/glittershark/xanthous/nixpkgs.nix
index 19bf2c59ce..7d7c164405 100644
--- a/users/glittershark/xanthous/nixpkgs.nix
+++ b/users/glittershark/xanthous/nixpkgs.nix
@@ -1,9 +1,3 @@
-let
-  inherit (import <nixpkgs> {}) fetchFromGitHub;
-  nixpkgs = fetchFromGitHub {
-    owner  = "NixOS";
-    repo   = "nixpkgs-channels";
-    rev    = "54f385241e6649128ba963c10314942d73245479";
-    sha256 = "0bd4v8v4xcdbaiaa59yqprnc6dkb9jv12mb0h5xz7b51687ygh9l";
-  };
-in import nixpkgs
+args:
+let pkgs = (import ../../../. args).third_party;
+in pkgs // { inherit pkgs; }