dream2nix/v1/nix/modules/flake-parts/_template.nix

9 lines
103 B
Nix
Raw Normal View History

2023-02-11 13:16:17 +03:00
{ self, lib, ... }: {
perSystem = { config, self', inputs', pkgs, ... }: {
};
flake = {
};
}