lol

Merge pull request #223716 from wegank/nixpkgs-review-hotfix

rust-hypervisor-firmware: check if path exists

authored by

Weijia Wang and committed by
GitHub
820ad5f2 72d79139

+5
+5
pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix
··· 11 11 12 12 target = ./. + "/${arch}-unknown-none.json"; 13 13 14 + in 15 + 16 + assert lib.assertMsg (builtins.pathExists target) "Target spec not found"; 17 + 18 + let 14 19 cross = import ../../../.. { 15 20 system = hostPlatform.system; 16 21 crossSystem = lib.systems.examples."${arch}-embedded" // {