1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

chore: upgrade to 21.05

This commit is contained in:
2021-06-01 19:14:00 +02:00
parent 69354bbd3a
commit 94f0299a75
25 changed files with 71 additions and 90 deletions

View File

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