about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-03-19T10·57+0100
committerEelco Dolstra <edolstra@gmail.com>2018-03-19T10·57+0100
commit44a1b6c0264556d2bc7ac312728421342d92490a (patch)
tree72dacbcfa243b27438cecb9fc361ffb850de4ddf /shell.nix
parent138af2e554871b83e23f13939314d7b749de2013 (diff)
Fix build on non-x86_64-linux
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 20cf4133b3f8..c04bcd151309 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,6 +1,6 @@
 { useClang ? false }:
 
-with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "release-18.03"; }) {};
+with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }) {};
 
 with import ./release-common.nix { inherit pkgs; };