12 lines
189 B
Nix
12 lines
189 B
Nix
{
|
|
formatting = {
|
|
command = "nixpkgs-fmt";
|
|
};
|
|
options = {
|
|
enable = true;
|
|
target = {
|
|
args = [];
|
|
installable = ".#nixosConfigurations.luna.options";
|
|
};
|
|
};
|
|
} |