diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-05-18 16:42:13 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-05-18 16:42:13 +0200 |
commit | 92e237fb9749083d80ab109e362d540af449dcf9 (patch) | |
tree | c03fbdf9b1d7af1ec8ecbc58a678705d00ffb5fa | |
parent | 05764ba016ac5156ff9779f3ab224ab008bed724 (diff) | |
download | aerogramme-92e237fb9749083d80ab109e362d540af449dcf9.tar.gz aerogramme-92e237fb9749083d80ab109e362d540af449dcf9.zip |
fix alba path0.0.1-ci.1
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 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 |