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