We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7106561 + c93e347 commit ff68f91Copy full SHA for ff68f91
flake.nix
@@ -55,5 +55,7 @@
55
exposed-stable.checks)));
56
57
lib = forAllSystems ({ exposed, ... }: { inherit (exposed) run; });
58
+
59
+ exposed = forAllSystems ({ exposed, ... }: exposed);
60
};
61
}
nix/run.nix
@@ -35,6 +35,7 @@ let
35
36
in
37
project.config.run // {
38
+ inherit (project) config;
39
+ inherit (project.config) enabledPackages;
40
shellHook = installationScript;
- enabledPackages = project.config.enabledPackages;
41
0 commit comments