diff options
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index 196b76b..6375d5b 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -16,4 +16,6 @@ lib: prev: with lib; { # Collects the inputs of a flake recursively (with possible duplicates). collectFlakeInputs = input: [ input ] ++ concatMap collectFlakeInputs (builtins.attrValues (input.inputs or {})); + + my = import ./my.nix lib; } |
