1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

flake: use nixfmt stable release

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-23 09:59:59 -05:00
parent 6cf61d10e8
commit 56ee5d0670
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
pkgs:
pkgs.treefmt.withConfig {
runtimeInputs = with pkgs; [
nixfmt-rfc-style
nixfmt
deadnix
keep-sorted
];