jrsonnet
refs/commits
3143e347b92e
modules/fleetLib.nix
1{2 lib,3 config,4 ...5}: {6 _module.args.fleetLib = import ../../lib {7 inherit lib;8 };9}