dream2nix/modules/flake-parts/_template.nix
2023-07-19 15:53:03 +02:00

17 lines
129 B
Nix

{
self,
lib,
...
}: {
perSystem = {
config,
self',
inputs',
pkgs,
...
}: {
};
flake = {
};
}