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