diff options
| author | Baitinq <[email protected]> | 2022-06-22 17:28:15 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-22 17:28:15 +0200 |
| commit | 715d7fda8e6fcdc4c6a6de522398090d84d201c4 (patch) | |
| tree | bf9e829d81603af3b56e1dd5a29b8bfdbab0d941 /flake.nix | |
| parent | Add home.stateVersion to home-manager (diff) | |
| download | nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.gz nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.tar.bz2 nixos-config-715d7fda8e6fcdc4c6a6de522398090d84d201c4.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; |