diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:51 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:54:18 +0200 |
commit | 20a566f32cbaf5f08a627ae4d4afb17f653779c4 (patch) | |
tree | 1e8f20b3020146d33b80347b43e6cd873619ea50 /system/services/nix-sync | |
parent | Feat(.editorconfig): Add the configuration for all files (diff) | |
download | nixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.tar.gz nixos-server-20a566f32cbaf5f08a627ae4d4afb17f653779c4.zip |
Style(treewide): Format after removing vim lines
Diffstat (limited to 'system/services/nix-sync')
-rw-r--r-- | system/services/nix-sync/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/services/nix-sync/default.nix b/system/services/nix-sync/default.nix index 2a13010..44348c0 100644 --- a/system/services/nix-sync/default.nix +++ b/system/services/nix-sync/default.nix @@ -260,5 +260,3 @@ in { else lib.warnIf (cfg.group != "nix-sync") "The group (${cfg.group}) is not \"nix-sync\", thus you are responible for generating it."; }; } - - |