treewide: Fix eval-release.nix for aarch64
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
let arch =
|
||||
if stdenv.isi686 then "i386"
|
||||
else if stdenv.isx86_64 then "x86_64"
|
||||
else abort "Unknown architecture";
|
||||
else throw "Unknown architecture";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "grub4dos-${version}";
|
||||
version = "0.4.6a-2016-12-24";
|
||||
|
||||
Reference in New Issue
Block a user