aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-05-18 16:42:13 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-05-18 16:42:13 +0200
commit92e237fb9749083d80ab109e362d540af449dcf9 (patch)
treec03fbdf9b1d7af1ec8ecbc58a678705d00ffb5fa
parent05764ba016ac5156ff9779f3ab224ab008bed724 (diff)
downloadaerogramme-0.0.1-ci.1.tar.gz
aerogramme-0.0.1-ci.1.zip
fix alba path0.0.1-ci.1
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5fe4db9..da0dd43 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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