fix: remove broken hydraJobs

This commit is contained in:
Noa Aarts 2024-10-21 09:58:33 +02:00
parent feb5799049
commit 2934e77dd6
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -129,10 +129,6 @@
nixosModules = { nixosModules = {
automapaper = ./modules/automapaper; automapaper = ./modules/automapaper;
}; };
hydraJobs = {
inherit (self)
nixosConfigurations;
};
}; };
} }