fix alba path
This commit is contained in:
parent
05764ba016
commit
92e237fb97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue