jrsonnet
refs/commits
3627c6c6df00
modules/fleetLib.nix
1{lib, ...}: {2 _module.args.fleetLib = import ../../lib {3 inherit lib;4 };5}