Improve cpp nix builder

This commit is contained in:
Surma
2024-09-07 14:15:49 +01:00
parent 00082becab
commit 24e63eafc6
3 changed files with 43 additions and 34 deletions

View File

@@ -16,7 +16,7 @@
system:
let
pkgs = nixpkgs.legacyPackages.${system};
inherit (pkgs) callPackage writeShellScriptBin;
inherit (pkgs) callPackage;
buildSquooshRustCodec= callPackage (import ../../nix/squoosh-rust-builder) {fenix = fenix.packages.${system};};
mkInstallable = callPackage (import ../../nix/mk-installable) {};