diff options
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3157b57..fa5138a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -82,6 +82,8 @@ in { doCheck = false; }); + # Should be removed during fresh OS installation: + # https://github.com/NixOS/nix/issues/2497 nixfmt = import (builtins.fetchTarball "https://github.com/serokell/nixfmt/archive/master.tar.gz") { }; |