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

chore: update to 21.11

This commit is contained in:
2021-12-01 08:13:52 +01:00
parent 707e1f1565
commit 33da8389f5
6 changed files with 21 additions and 21 deletions

View File

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