feat: remove cruft and make maxos sync with others
Some checks failed
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Has been cancelled

This commit is contained in:
2025-03-22 20:17:25 -05:00
parent f2e458950a
commit 8f379dd10e
2 changed files with 4 additions and 55 deletions

View File

@@ -85,11 +85,6 @@
self,
systems,
nixpkgs,
homeManager,
NixOS-WSL,
NixOS-WSL-2405,
nixpkgs-24-05,
homeManager-24-05,
cmp-vimtex,
spaceport-nvim,
nomodoro,
@@ -113,15 +108,7 @@
{
nixosConfigurations = (
import ./hosts/hosts.nix {
inherit nixpkgs;
inherit homeManager;
inherit inputs;
inherit (nixpkgs) lib;
inherit NixOS-WSL;
inherit NixOS-WSL-2405;
inherit nixpkgs-24-05;
inherit homeManager-24-05;
inherit cmp-vimtex;
inherit customPackageOverlay;
}
);