Skip to content

Commit 92c4d58

Browse files
SolipremDreamMaoMao
authored andcommitted
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
1 parent f722bcc commit 92c4d58

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525

2626
perSystem = {
2727
config,
28-
system,
2928
pkgs,
3029
...
3130
}: let
3231
inherit (pkgs) callPackage;
3332
mango = callPackage ./nix {
34-
scenefx = inputs.scenefx.packages.${system}.default;
33+
scenefx = inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}.default;
3534
};
3635
shellOverride = old: {
3736
nativeBuildInputs = old.nativeBuildInputs ++ [];

0 commit comments

Comments
 (0)