fix alba path

This commit is contained in:
Quentin 2023-05-18 16:42:13 +02:00
parent 05764ba016
commit 92e237fb97
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
gpkgs = import nixpkgs {
system = "x86_64-linux"; # hardcoded as we will cross compile
};
alba = albatros.alba;
alba = albatros.packages.x86_64-linux.alba;
build-static = gpkgs.writeScriptBin "aerogramme-build-static" ''
set -euxo pipefail