Skip to content

Commit

Permalink
Merge pull request #512 from sivizius/lib-expose-more
Browse files Browse the repository at this point in the history
feat(run.nix): expose more
  • Loading branch information
domenkozar authored Oct 13, 2024
2 parents 7106561 + c93e347 commit ff68f91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@
exposed-stable.checks)));

lib = forAllSystems ({ exposed, ... }: { inherit (exposed) run; });

exposed = forAllSystems ({ exposed, ... }: exposed);
};
}
3 changes: 2 additions & 1 deletion nix/run.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let

in
project.config.run // {
inherit (project) config;
inherit (project.config) enabledPackages;
shellHook = installationScript;
enabledPackages = project.config.enabledPackages;
}

0 comments on commit ff68f91

Please sign in to comment.