diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 01:11:12 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 01:11:12 -0700 |
| commit | 699dcef30fc987ab0de9f6068de3999163b04e93 (patch) | |
| tree | 5fff8fd5db47156fbb153d8ee2e03c0ed7cb07fb /flake.nix | |
| parent | d7f5cec11ea4b269aae8a7251009546263c9747e (diff) | |
new stuff
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -346,7 +346,7 @@ sha256sum installer.iso > installer.iso.sha256 node.specialArgs = { monorepoSelf = self; isIntegrationTest = true; - }; + } // nixmacs.inputs; nodes."spontaneity" = { lib, ... }: { imports = nixmacs.lib.mkHostModules "spontaneity" ++ [ @@ -359,8 +359,9 @@ sha256sum installer.iso > installer.iso.sha256 nixpkgs.overlays = lib.mkForce []; } ]; - disabledModules = [ - "${nixmacs}/systems/spontaneity/hardware-configuration.nix" + disabledModules = [ + "${self}/nix/modules/nixpkgs-options.nix" + "${self}/nix/systems/spontaneity/hardware-configuration.nix" ]; }; |
