formatting
This commit is contained in:
parent
d14dce5233
commit
5419ff210d
1 changed files with 3 additions and 5 deletions
|
|
@ -4,9 +4,7 @@
|
|||
settings = let flake = ''(builtins.getFlake "${self}")'';
|
||||
in {
|
||||
nixpkgs.expr = "import ${flake}.inputs.nixpkgs { }";
|
||||
formatting = {
|
||||
command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ];
|
||||
};
|
||||
formatting.command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue