Void CLI #99

Merged
max merged 9 commits from pr-void-cli-paisano into master 2024-07-06 17:11:14 +03:00
Showing only changes of commit efc86f6b13 - Show all commits

View file

@ -23,5 +23,8 @@
});
};
config._module.args.depot = config;
config = {
_module.args.depot = config;
flake = { inherit (config) lib; };
};
}