Skip to content

Commit ff68f91

Browse files
authored
Merge pull request #512 from sivizius/lib-expose-more
feat(run.nix): expose more
2 parents 7106561 + c93e347 commit ff68f91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flake.nix

+2
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@
5555
exposed-stable.checks)));
5656

5757
lib = forAllSystems ({ exposed, ... }: { inherit (exposed) run; });
58+
59+
exposed = forAllSystems ({ exposed, ... }: exposed);
5860
};
5961
}

nix/run.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ let
3535

3636
in
3737
project.config.run // {
38+
inherit (project) config;
39+
inherit (project.config) enabledPackages;
3840
shellHook = installationScript;
39-
enabledPackages = project.config.enabledPackages;
4041
}

0 commit comments

Comments
 (0)