Switched from alejandra to nixfmt(-rfc-style)
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
This commit is contained in:
parent
6f96ca10ab
commit
9e9e4c5fd6
|
@ -22,8 +22,8 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alejandra
|
|
||||||
nix-prefetch
|
nix-prefetch
|
||||||
|
nixfmt-rfc-style
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = let
|
nix = let
|
||||||
|
|
|
@ -16,7 +16,6 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
alejandra
|
|
||||||
bat
|
bat
|
||||||
bind # for dig
|
bind # for dig
|
||||||
curl
|
curl
|
||||||
|
@ -29,6 +28,7 @@ in {
|
||||||
jq
|
jq
|
||||||
killall
|
killall
|
||||||
lsof
|
lsof
|
||||||
|
nixfmt-rfc-style
|
||||||
pre-commit
|
pre-commit
|
||||||
progress
|
progress
|
||||||
python3
|
python3
|
||||||
|
|
Loading…
Reference in a new issue