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:
parent
6cf61d10e8
commit
56ee5d0670
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -17,4 +17,4 @@ test-install:
|
|||
HOME=$(shell mktemp -d) NIX_PATH=${NIX_PATH} nix-shell . -A install
|
||||
|
||||
format:
|
||||
nix-shell -p treefmt nixfmt-rfc-style deadnix keep-sorted --run "treefmt --config-file ./treefmt.toml"
|
||||
nix-shell -p treefmt nixfmt deadnix keep-sorted --run "treefmt --config-file ./treefmt.toml"
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
pkgs:
|
||||
pkgs.treefmt.withConfig {
|
||||
runtimeInputs = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
deadnix
|
||||
keep-sorted
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue