mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 09:25:08 +01:00
tests swap: add jq to system
This commit is contained in:
parent
12c7e608ed
commit
4ce2aa4845
2 changed files with 4 additions and 1 deletions
|
|
@ -16,4 +16,7 @@ makeDiskoTest {
|
|||
'
|
||||
""");
|
||||
'';
|
||||
extraConfig = {
|
||||
environment.systemPackages = [ pkgs.jq ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue