mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.owi: migrate to container runtime
Lighterweight and significantly faster. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
9213a8c837
commit
3d6136b9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
meta.maintainers = with lib.maintainers; [ ethancedwards8 ];
|
||||
|
||||
nodes.machine = {
|
||||
containers.machine = {
|
||||
environment.systemPackages = with pkgs; [ owi ];
|
||||
|
||||
environment.etc."owipass.rs".source = pkgs.writeText "owi.rs" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue