From 04f643d06b6f3f79cb289a8c94f051b012e1750e Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 27 Sep 2024 15:40:02 +0200 Subject: [PATCH] pkgs/microvm-command: fix build as package --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4219c012..0aca5af4 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,7 @@ build-microvm = pkgs.callPackage ./pkgs/build-microvm.nix { inherit self; }; doc = pkgs.callPackage ./pkgs/doc.nix { inherit nixpkgs; }; microvm = import ./pkgs/microvm-command.nix { - inherit pkgs; + pkgs = import nixpkgs { inherit system; }; }; # all compilation-heavy packages that shall be prebuilt for a binary cache prebuilt = pkgs.buildEnv {