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