dev/nil & dev/nixd: add nixfmt
This commit is contained in:
parent
0e7160711d
commit
81cd97d057
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
nil
|
||||
alejandra
|
||||
nixfmt
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
unstable.nixd
|
||||
alejandra
|
||||
nixfmt
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue