1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00
This commit is contained in:
RGBCube 2024-02-12 16:02:24 +03:00
parent 2cb89d6952
commit 7ac068c1f8
No known key found for this signature in database
4 changed files with 45 additions and 0 deletions

View file

@ -131,6 +131,7 @@
other = {
nuScripts = inputs.nuScripts;
rat = pkgs.callPackage ./derivations/rat.nix {};
zig = inputs.zig.packages.${system}.master;
};
in defaults // other;