Update to NixOS 19.09

This commit is contained in:
Jonas Nick 2019-10-14 15:06:21 +00:00
parent 1d022f2017
commit 26d2e11a6b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ let
fetch = rev: builtins.fetchTarball "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
in
{
nixpkgs = fetch "6420e2649fa9e267481fb78e602022dab9d1dcd1";
nixpkgs-unstable = fetch "2436c27541b2f52deea3a4c1691216a02152e729";
nixpkgs = fetch "27a5ddcf747fb2bb81ea9c63f63f2eb3eec7a2ec";
nixpkgs-unstable = fetch "4cd2cb43fb3a87f48c1e10bb65aee99d8f24cb9d";
}