From e268781e8e2df3adec319155762a0e57ea0a21e6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Jun 2023 09:42:16 -0400 Subject: [PATCH] nix: Simplify --- flake.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/flake.nix b/flake.nix index 0724736..f75914d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,18 +1,6 @@ { - outputs = - { self - , nixpkgs - , home-manager - , hyprland - , stylix - , nix-gaming - , crystal-flake - , ... - } @ attrs: - let - VARIABLES = import ./src/variables.nix; - in - { + 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; nixosConfigurations."${VARIABLES.hostname}" = nixpkgs.lib.nixosSystem {