From bc53ae6ee20b69226f2eb3852f01f6dfb438b9e4 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 24 Nov 2024 23:04:04 -0600 Subject: [PATCH] removed unneeded code from flake.nix --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 642e031..6845fcf 100644 --- a/flake.nix +++ b/flake.nix @@ -72,11 +72,11 @@ forEachPkgs = util.forEachPkgs; mkSystem = util.mkSystem; mkHome = util.mkHome; - # callPackage = nixpkgs.lib.callPackageWith (nixpkgs // {lib = lib;}); - # lib = callPackage ./lib {} // nixpkgs.lib; in { formatter = forEachPkgs (pkgs: pkgs.alejandra); + # templates = import ./templates; + devShells = forEachPkgs (pkgs: { default = pkgs.mkShell { packages = with pkgs; [ @@ -106,12 +106,7 @@ self.nixosConfigurations ); - # homeConfigurations = { - # "leyla@horizon" = mkHome "leyla" "horizon"; # "x86_64-linux" ./homes/leyla; - # }; - nixosConfigurations = { - # Leyla Laptop horizon = mkSystem "horizon"; twilight = mkSystem "twilight"; defiant = mkSystem "defiant";