This commit is contained in:
parent
83d0236844
commit
079815769c
2 changed files with 4 additions and 5 deletions
|
@ -126,10 +126,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# tools I use when editing nix code
|
nixfmt-rfc-style
|
||||||
# kanidm
|
nixd
|
||||||
alejandra
|
nil
|
||||||
gnupg
|
|
||||||
(pkgs.buildEnv {
|
(pkgs.buildEnv {
|
||||||
name = "my-common-scripts";
|
name = "my-common-scripts";
|
||||||
paths = [ ./scripts/common ];
|
paths = [ ./scripts/common ];
|
||||||
|
|
|
@ -120,7 +120,7 @@ in
|
||||||
scope = "source.nix";
|
scope = "source.nix";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
formatter = {
|
formatter = {
|
||||||
command = "alejandra";
|
command = "nixfmt";
|
||||||
args = [ "-" ];
|
args = [ "-" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue