From 44a1b6c0264556d2bc7ac312728421342d92490a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 19 Mar 2018 11:57:34 +0100 Subject: Fix build on non-x86_64-linux --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 20cf4133b..c04bcd151 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; }; -- cgit v1.2.3