about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-22 17:28:15 +0200
committerBaitinq <[email protected]>2022-06-22 17:28:15 +0200
commit715d7fda8e6fcdc4c6a6de522398090d84d201c4 (patch)
treebf9e829d81603af3b56e1dd5a29b8bfdbab0d941 /hosts/configuration.nix
parentAdd home.stateVersion to home-manager (diff)
downloadnixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.gz
nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.bz2
nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.zip
Remove flake fmt and add nixpkgs-fmt package
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r--hosts/configuration.nix2
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