krops: import from submodules

This commit is contained in:
lassulus 2018-10-07 17:08:01 +02:00
parent 0431e3757e
commit 6a7ff61b06

View file

@ -1,8 +1,5 @@
{ config ? config, name, target ? name }: let
krops = builtins.fetchGit {
url = https://cgit.krebsco.de/krops/;
rev = "4e466eaf05861b47365c5ef46a31a188b70f3615";
};
krops = ../submodules/krops;
nixpkgs-src = lib.importJSON ./nixpkgs.json;
lib = import "${krops}/lib";