Skip to content

Commit 33a2aba

Browse files
author
jade
committed
Merge pull request 'make flake inputs easily available to classic nix' (#68) from cobaltcause/flake-compat:expose-inputs into main
Reviewed-on: https://git.lix.systems/lix-project/flake-compat/pulls/68 Reviewed-by: jade <[email protected]>
2 parents 5adafc5 + 127c86e commit 33a2aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ let
228228

229229
in
230230
rec {
231+
inputs = result.inputs // { self = result; };
232+
231233
defaultNix =
232234
(builtins.removeAttrs result ["__functor"])
233235
// (if result ? defaultPackage.${system} then { default = result.defaultPackage.${system}; } else {})

0 commit comments

Comments
 (0)