jrsonnet
refs/commits
d5b0f6a487f6
modules/fleetLib.nix
1{ lib, ... }:2{3 _module.args.fleetLib = import ../../lib {4 inherit lib;5 };6}