diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 17:28:15 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 17:28:15 +0200 |
commit | 4d705cca6d45a71fbdde6605f21b4ed0f831a6b6 (patch) | |
tree | 29ed80d4a1e7a68e9481a86c4e73916800d740fa /hosts/configuration.nix | |
parent | Add home.stateVersion to home-manager (diff) | |
download | nixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.tar.gz nixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.tar.bz2 nixos-config-4d705cca6d45a71fbdde6605f21b4ed0f831a6b6.zip |
Remove flake fmt and add nixpkgs-fmt package
Diffstat (limited to '')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1fe6e28..4d48147 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -140,8 +140,6 @@ cpu.intel.updateMicrocode = true; }; - lib.formatter.x86_64-linux = pkgs.nixpkgs-fmt; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave |