mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-10 00:07:25 -04:00
flake: fix broken inherit
lock: update inputs - fixes error when build from up to date nixpkgs systems - fixes scenefx 0.5 being missing - keeps flake-parts up-to-date with the used nixpkgs
This commit is contained in:
parent
b15f7a0e72
commit
2dba3a9371
2 changed files with 53 additions and 15 deletions
|
|
@ -28,9 +28,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (pkgs) callPackage ;
|
||||
inherit (pkgs) callPackage;
|
||||
mango = callPackage ./nix {
|
||||
inherit (inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}) scenefx;
|
||||
scenefx = inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
};
|
||||
shellOverride = old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue