Skip to content

Commit

Permalink
feat(run.nix): expose more
Browse files Browse the repository at this point in the history
  • Loading branch information
sivizius committed Oct 11, 2024
1 parent 6d7586d commit 744add8
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 744add8

Please sign in to comment.