about summary refs log tree commit diff
path: root/third_party/nix/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/release.nix')
-rw-r--r--third_party/nix/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/release.nix b/third_party/nix/release.nix
index 64aa1a9766..1d8ea4a4f6 100644
--- a/third_party/nix/release.nix
+++ b/third_party/nix/release.nix
@@ -1,5 +1,5 @@
 { nix ? builtins.fetchGit ./.
-, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
+, nixpkgs ? (import <nixpkgs> {}).third_party
 , officialRelease ? false
 , systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
 }: