1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00
This commit is contained in:
Kierán Meinhardt
2019-05-15 18:21:58 +02:00
parent edf32ed979
commit 495fcf0775
7 changed files with 26 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
let
krops = builtins.fetchGit {
url = "https://cgit.krebsco.de/krops/";
ref = "v1.14.0";
};
lib = import "${krops}/lib";
pkgs = import "${krops}/pkgs" {};