mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 09:38:37 +01:00
nix: Remove formatter from flake.nix
treefmt is used instead since it's faster and more customizable.
This commit is contained in:
parent
bd7c1d553b
commit
58d5e0737b
@ -1,8 +1,6 @@
|
||||
{
|
||||
outputs = { self, nixpkgs, home-manager, stylix, nix-gaming, ... } @ attrs:
|
||||
let VARIABLES = import ./src/variables.nix; in {
|
||||
formatter."${VARIABLES.system}" = nixpkgs.legacyPackages."${VARIABLES.system}".nixpkgs-fmt;
|
||||
|
||||
nixosConfigurations."${VARIABLES.hostname}" = nixpkgs.lib.nixosSystem {
|
||||
system = VARIABLES.system;
|
||||
specialArgs = attrs;
|
||||
|
Loading…
Reference in New Issue
Block a user