nix: bump scenefx flake and fix build

This commit is contained in:
Yappaholic
2025-11-08 16:43:20 +03:00
parent 8ac331aa64
commit ee789613ff
2 changed files with 45 additions and 6 deletions

View File

@@ -25,12 +25,13 @@
perSystem = {
config,
system,
pkgs,
...
}: let
inherit (pkgs) callPackage ;
inherit (pkgs) callPackage;
mango = callPackage ./nix {
inherit (inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}) scenefx;
scenefx = inputs.scenefx.packages.${system}.default;
};
shellOverride = old: {
nativeBuildInputs = old.nativeBuildInputs ++ [];