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.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/nixpkgs.nix b/users/glittershark/xanthous/nixpkgs.nix
new file mode 100644
index 0000000000..19bf2c59ce
--- /dev/null
+++ b/users/glittershark/xanthous/nixpkgs.nix
@@ -0,0 +1,9 @@
+let
+  inherit (import <nixpkgs> {}) fetchFromGitHub;
+  nixpkgs = fetchFromGitHub {
+    owner  = "NixOS";
+    repo   = "nixpkgs-channels";
+    rev    = "54f385241e6649128ba963c10314942d73245479";
+    sha256 = "0bd4v8v4xcdbaiaa59yqprnc6dkb9jv12mb0h5xz7b51687ygh9l";
+  };
+in import nixpkgs