Merge pull request #231 from SuperSandro2000/fix-eval-no-aliases

This commit is contained in:
Ryan Lahfa 2023-09-29 22:36:22 +02:00 committed by GitHub
commit 9d1f7603ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
perSystem = { config, system, pkgs, ... }:
let
rustTarget = "${pkgs.hostPlatform.qemuArch}-unknown-uefi";
rustTarget = "${pkgs.stdenv.hostPlatform.qemuArch}-unknown-uefi";
pkgs = import nixpkgs {
system = system;
overlays = [