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; [
|
environment.systemPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
alejandra
|
alejandra
|
||||||
|
nixfmt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,7 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.nixd
|
unstable.nixd
|
||||||
alejandra
|
alejandra
|
||||||
|
nixfmt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue