Skip to content

Commit d25f6ff

Browse files
SuperSandro2000astro
authored andcommitted
crosvm: remove alias usage
1 parent f2b442c commit d25f6ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/runners/crosvm.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
}:
55

66
let
7-
inherit (pkgs) lib system;
7+
inherit (pkgs) lib;
8+
inherit (pkgs.stdenv) system;
89
inherit (microvmConfig)
910
vcpu mem balloonMem user interfaces volumes shares
1011
socket devices vsock graphics

0 commit comments

Comments
 (0)