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 /flake.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 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 669a6ce..2898e1d 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ let user = "baitinq"; in { - formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt; nixosConfigurations = import ./hosts { inherit (nixpkgs) lib; inherit inputs nixpkgs home-manager nur user; |