We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af604aa commit 04f643dCopy full SHA for 04f643d
flake.nix
@@ -98,7 +98,7 @@
98
build-microvm = pkgs.callPackage ./pkgs/build-microvm.nix { inherit self; };
99
doc = pkgs.callPackage ./pkgs/doc.nix { inherit nixpkgs; };
100
microvm = import ./pkgs/microvm-command.nix {
101
- inherit pkgs;
+ pkgs = import nixpkgs { inherit system; };
102
};
103
# all compilation-heavy packages that shall be prebuilt for a binary cache
104
prebuilt = pkgs.buildEnv {
0 commit comments