flake.nix: fix outputs

This commit is contained in:
Astro 2022-09-17 21:12:22 +02:00
parent 6ced0d32cd
commit 7feee1b6c4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
vulkan-headers
];
in
{
nixpkgs.lib.recursiveUpdate outputs {
packages.${system}.bevy_julia = naersk-lib.buildPackage {
pname = "bevy_julia";
root = ./.;