allcolors: fix eval

This commit is contained in:
Sandro - 2022-12-04 22:04:56 +01:00
parent 875145884c
commit fff8967826
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
pkgs-unstable = nixos-unstable.legacyPackages.${prev.system};
in
with final; {
allcolors = callPackage ./allcolors.nix;
allcolors = callPackage ./allcolors.nix { };
inherit (bevy-julia.packages.${system}) bevy_julia;
inherit (bevy-mandelbrot.packages.${system}) bevy_mandelbrot;