dream2nix/v1/nix/modules/flake-parts/_template.nix
2023-03-13 12:46:11 +07:00

9 lines
103 B
Nix

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