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