diff options
| author | Kleidi Bujari <mail@4kb.net> | 2026-02-16 19:03:06 -0800 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2026-02-16 19:03:06 -0800 |
| commit | 03ed4b2cd2d0516723b71b0a40923c296169b24c (patch) | |
| tree | 352b7642147ce3d5f36472024c969453793b388d | |
| parent | 53d8faf21941e931910c8a244028f145be497955 (diff) | |
| download | depot-03ed4b2cd2d0516723b71b0a40923c296169b24c.tar.gz depot-03ed4b2cd2d0516723b71b0a40923c296169b24c.tar.bz2 depot-03ed4b2cd2d0516723b71b0a40923c296169b24c.zip | |
bump nixfmt to new name
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | modules/users.nix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ { inherit nixosModules nixosConfigurations overlays; - formatter = forAllSystems (system: nixpkgsFor.${system}.nixfmt-rfc-style); + formatter = forAllSystems (system: nixpkgsFor.${system}.nixfmt); packages = forAllSystems ( system: let diff --git a/modules/users.nix b/modules/users.nix index ea08528..414b6bd 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -45,7 +45,7 @@ in # nix debugging nil nix-search-cli - nixpkgs-fmt + nixfmt ]; openssh.authorizedKeys.keys = attrValues keys; |
