aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-05-29 12:36:44 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-05-29 12:36:44 +0200
commit6636808e9000241face21141a43de1ab6c9aa494 (patch)
treeb924644a5aa144961f77f843cb6a83fc73f41496 /shell.nix
parent315f1980cadf047c72e84a10345b3bb2453c2aac (diff)
parent17ef3e6f411b2cf1fa87593ad84bc2a94a1edd93 (diff)
Merge remote-tracking branch 'origin/master' into flakes
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 d7e63bad3..228a6685b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,7 +2,7 @@
, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
}:
-with import nixpkgs { system = builtins.currentSystem or "x86_64-linux"; };
+with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz) { system = builtins.currentSystem or "x86_64-linux"; };
with import ./release-common.nix { inherit pkgs; };