Commit 2055a08
flake: export lib with references to nixpkgs input
This previously pointed at `<nixpkgs/...>`, which might be anything. It
caused this error for me, when I tried to use `lib.makeDiskoTest`
downstream:
error: cannot look up '<nixpkgs/nixos/tests/make-test-python.nix>' in
pure evaluation mode (use '--impure' to override)1 parent aecba24 commit 2055a08
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments