add build scripts with alba #10
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
||||||
gpkgs = import nixpkgs {
|
gpkgs = import nixpkgs {
|
||||||
system = "x86_64-linux"; # hardcoded as we will cross compile
|
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" ''
|
build-static = gpkgs.writeScriptBin "aerogramme-build-static" ''
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
Loading…
Reference in a new issue