refactor: move qemu packages to purePkgs

This commit is contained in:
matt1432 2025-05-21 19:01:26 -04:00
parent 5114131c84
commit cec1dd27d1
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@
config,
modulesPath,
pkgs,
purePkgs ? pkgs,
...
}: {
nixpkgs.hostPlatform = "x86_64-linux";
@ -102,7 +103,7 @@
};
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
(purePkgs)
qemu
virtiofsd
;

View file

@ -2,6 +2,7 @@
config,
modulesPath,
pkgs,
purePkgs ? pkgs,
...
}: {
nixpkgs.hostPlatform = "x86_64-linux";
@ -99,7 +100,7 @@
};
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
(purePkgs)
qemu
powertop
;