wip(lldap): Consultant
This commit is contained in:
7
scripts/ldap-nginx-plumber/bb.edn
Normal file
7
scripts/ldap-nginx-plumber/bb.edn
Normal file
@@ -0,0 +1,7 @@
|
||||
{:tasks
|
||||
{:requires ([babashka.process :as p])
|
||||
update-lockfile
|
||||
{:doc "Update the clj-nix lockfile"
|
||||
:task (let [r (p/sh {:out :inherit :err :inherit}
|
||||
"nix run github:jlesquembre/clj-nix#deps-lock")]
|
||||
(System/exit (:exit r)))}}}
|
||||
Reference in New Issue
Block a user