From 92e237fb9749083d80ab109e362d540af449dcf9 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 18 May 2023 16:42:13 +0200 Subject: [PATCH] fix alba path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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