1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Use Nixpkgs 19.03

This commit is contained in:
Eelco Dolstra 2019-04-01 21:09:25 +02:00
parent f32fbf952d
commit 2f59b30251
2 changed files with 2 additions and 2 deletions

View file

@ -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; };