Skip to content

Commit

Permalink
Merge pull request #231 from SuperSandro2000/fix-eval-no-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitoBezarius authored Sep 29, 2023
2 parents 644dc8a + d5e6d91 commit 9d1f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9d1f760

Please sign in to comment.