From 826d6f6ff624f88c22c3978a5a8e6e47b2a96733 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 5 Jul 2025 00:23:42 -0400 Subject: [PATCH] fixed up which systems use the DetNix module --- .github/workflows/main.yml | 1 + dot_config/flake/flake.nix | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d4c2a8..62f401f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: uses: DeterminateSystems/determinate-nix-action@v3.5.2 with: extra-conf: "lazy-trees = true" + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Maximize build space if: runner.os == 'Linux' diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 05f6432..89ad180 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -51,10 +51,9 @@ mal = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ + determinate.nixosModules.default ./machines/mal/configuration.nix - # lix-module.nixosModules.default - home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -70,8 +69,6 @@ wash = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ - # lix-module.nixosModules.default - determinate.nixosModules.default ./machines/wash/configuration.nix @@ -92,10 +89,6 @@ specialArgs = {inherit inputs outputs;}; modules = [ - # lix-module.nixosModules.default - - determinate.nixosModules.default - ./machines/hinge/darwin.nix home-manager.darwinModules.home-manager