forked from extern/nix-config
nix: Replace formatter with nixpkgs-fmt
This commit is contained in:
parent
e268781e8e
commit
44d296b2c7
@ -1,7 +1,7 @@
|
||||
{
|
||||
outputs = { self, nixpkgs, home-manager, hyprland, stylix, nix-gaming, crystal-flake, ... } @ attrs:
|
||||
let VARIABLES = import ./src/variables.nix; in {
|
||||
formatter."${VARIABLES.system}" = nixpkgs.legacyPackages."${VARIABLES.system}".alejandra;
|
||||
formatter."${VARIABLES.system}" = nixpkgs.legacyPackages."${VARIABLES.system}".nixpkgs-fmt;
|
||||
|
||||
nixosConfigurations."${VARIABLES.hostname}" = nixpkgs.lib.nixosSystem {
|
||||
system = VARIABLES.system;
|
||||
|
Loading…
Reference in New Issue
Block a user