Skip to content

Commit

Permalink
Merge pull request #472 from MagicRB/imports-modules
Browse files Browse the repository at this point in the history
Allow importing modules into the inner module system.
  • Loading branch information
domenkozar authored Jul 15, 2024
2 parents 8d6a17d + 587776a commit 622291c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/run.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ builtinStuff@{ pkgs, tools, isFlakes, pre-commit, git, runCommand, writeText, wr
, excludes ? [ ]
, tools ? { }
, default_stages ? [ "commit" ]
, imports ? [ ]
}:
let
project =
Expand All @@ -27,7 +28,7 @@ let
rootSrc = gitignore-nix-src.lib.gitignoreSource src;
});
}
];
] ++ imports;
};
inherit (project.config) installationScript;

Expand Down

0 comments on commit 622291c

Please sign in to comment.