diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-01T19·09+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-01T19·09+0200 |
commit | 2f59b302517dff622743eb081884deacc906b3d1 (patch) | |
tree | 912f6528c51f14d409c8e3b17df02aaf6248e259 /shell.nix | |
parent | f32fbf952d8eb15963da65a162da169de72f36fa (diff) |
Use Nixpkgs 19.03
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 817684b7646e..73e75fb29c4e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { useClang ? false }: -with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09"; }) {}; +with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.03"; }) {}; with import ./release-common.nix { inherit pkgs; }; |