remove hydrajobs to fix IFD

This commit is contained in:
ahuston-0 2025-03-03 17:32:47 -05:00
parent 46d4dc414c
commit 994ea667b2
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,7 @@
rec {
inherit lib; # for allowing use of custom functions in nix repl
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; };
#hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; };
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
nixosConfigurations = genSystems inputs outputs src (src + "/systems");

View File

@ -10,6 +10,7 @@ in
stylix = {
enable = true;
image = randWallpaper;
#image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png";
polarity = "dark";
};
}