Skip to content
Snippets Groups Projects
Commit ac4f1321 authored by Jens Nolte's avatar Jens Nolte
Browse files

Pass flakes to modules

parent f405e33d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ let
mkMachineConfig = { name, path, isIso }: {
imports = [
(import ./configuration.nix {
inherit name path isIso extraLayersDir;
inherit name path isIso extraLayersDir flakeInputs flakeOutputs;
channel = machineChannels.${name};
})
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment