Skip to content

Commit

Permalink
pkgs/microvm-command: fix build as package
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Sep 27, 2024
1 parent af604aa commit 04f643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 04f643d

Please sign in to comment.