Skip to content

Commit

Permalink
remove opam default depext
Browse files Browse the repository at this point in the history
it doesn't actually fix this: #1
  • Loading branch information
Ryan Gibb committed Sep 23, 2022
1 parent 1c7399c commit 22bbe64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mirage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ in rec {
};
in scope.overrideScope' overlay;

# we depend on opam as some packages rely on it implicitly
mkUnikernelPackages = { unikernelName, mirageDir ? ".", depexts ? with pkgs; [ opam ] }:
mkUnikernelPackages = { unikernelName, mirageDir ? ".", depexts ? with pkgs; [ ] }:
src: let
targets = [ "xen" "qubes" "unix" "macosx" "virtio" "hvt" "spt" "muen" "genode" ];
mapTargets = mkScope:
Expand Down

0 comments on commit 22bbe64

Please sign in to comment.