Skip to content

Commit 04f643d

Browse files
committed
pkgs/microvm-command: fix build as package
1 parent af604aa commit 04f643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
build-microvm = pkgs.callPackage ./pkgs/build-microvm.nix { inherit self; };
9999
doc = pkgs.callPackage ./pkgs/doc.nix { inherit nixpkgs; };
100100
microvm = import ./pkgs/microvm-command.nix {
101-
inherit pkgs;
101+
pkgs = import nixpkgs { inherit system; };
102102
};
103103
# all compilation-heavy packages that shall be prebuilt for a binary cache
104104
prebuilt = pkgs.buildEnv {

0 commit comments

Comments
 (0)