mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
tests swap: get jq from systemPackages
This commit is contained in:
parent
efc80d7d89
commit
dfb7bd89e1
2 changed files with 4 additions and 1 deletions
|
|
@ -60,6 +60,9 @@
|
|||
efiSupport = efi;
|
||||
efiInstallAsRemovable = efi;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.jq
|
||||
];
|
||||
};
|
||||
installedTopLevel = (eval-config {
|
||||
modules = [ installed-system ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue