1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00

chore: upgrade to 20.09

This commit is contained in:
2020-10-24 11:49:34 +02:00
parent 29385fdfac
commit 14685a758d
11 changed files with 32 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { }
, release ? "20.03"
, release ? "20.09"
}:
let
inherit (pkgs) lib;