home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 428f0a16b2d77dcd9aaaa6e61aead8422620f495
parent 87af95c51d0709ed066a165e0e51ba69775a098d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  3 Feb 2020 14:31:15 +0100

channels.nix: update channels with 19.xx

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mchannels.nix | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/channels.nix b/channels.nix @@ -9,13 +9,17 @@ channels = { emu = "16.03"; flounder = "16.09"; gorilla = "17.03"; - v17_03 = "17.03"; + v17_03 = "17.03"; hummingbird = "17.09"; - v17_09 = "17.09"; + v17_09 = "17.09"; impala = "18.03"; - v18_03 = "18.03"; - jellyfish = "18.09"; - v18_09 = "18.09"; + v18_03 = "18.03"; + jellyfish = "18.09"; + v18_09 = "18.09"; + koi = "19.03"; + v19_03 = "19.03"; + loris = "19.09"; + v19_09 = "19.09"; unstable = "unstable"; }; in mapAttrs (v: