Skip to content
Unverified Commit 623f1940 authored by aszlig's avatar aszlig
Browse files

vm/windows: Make list of dependencies explicit.



So far, the VMs have always been using the native architecture, because
it was reimporting <nixpkgs> several times. Now, we propagate a list of
packages down to all sub-imports, which not only makes clearer which
dependencies a part actually has, but also will make it easier in case
we want to refactor those parts to use callPackage.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent d8e66722
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment