forked from rarias/bscpkgs
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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user