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