Update to NixOS 19.09
This commit is contained in:
parent
1d022f2017
commit
26d2e11a6b
@ -2,6 +2,6 @@ let
|
|||||||
fetch = rev: builtins.fetchTarball "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
|
fetch = rev: builtins.fetchTarball "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixpkgs = fetch "6420e2649fa9e267481fb78e602022dab9d1dcd1";
|
nixpkgs = fetch "27a5ddcf747fb2bb81ea9c63f63f2eb3eec7a2ec";
|
||||||
nixpkgs-unstable = fetch "2436c27541b2f52deea3a4c1691216a02152e729";
|
nixpkgs-unstable = fetch "4cd2cb43fb3a87f48c1e10bb65aee99d8f24cb9d";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user