Merge pull request 'added hydra jobs' (#5) from hydra-jobs into master

Reviewed-on: #5
This commit is contained in:
JustScreaMy 2025-01-02 12:38:28 +01:00
commit fba911146d

View file

@ -75,5 +75,8 @@
uv-bin = pkgs.callPackage ./packages/uv { }; uv-bin = pkgs.callPackage ./packages/uv { };
}; };
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
hydraJobs = {
inherit (self) packages;
};
}; };
} }