garlicd: add to index and check for error

The garlicd is now available under garlic.garlid and it requires the
extra-sandbox-path option to be properly set.
This commit is contained in:
2021-02-15 16:20:06 +01:00
parent d51fe5db48
commit cb5bcd7097
3 changed files with 84 additions and 17 deletions

View File

@@ -124,6 +124,10 @@
resultFromLauncher = l: import (builtins.readFile l);
};
garlicd = callPackage ./garlicd/default.nix {
garlicTool = bsc.garlic.tool;
};
# Apps for Garlic
apps = callPackage ./apps/index.nix { };