diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-29 12:36:44 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-05-29 12:36:44 +0200 |
commit | 6636808e9000241face21141a43de1ab6c9aa494 (patch) | |
tree | b924644a5aa144961f77f843cb6a83fc73f41496 /shell.nix | |
parent | 315f1980cadf047c72e84a10345b3bb2453c2aac (diff) | |
parent | 17ef3e6f411b2cf1fa87593ad84bc2a94a1edd93 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |