ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
GitHub
2a8f51db 1d2d4670

+1 -1
+1 -1
tests/nix/default.nix
··· 49 49 }; 50 50 testScript = mkOption { 51 51 type = lines; 52 - default = ''''; 52 + default = ""; 53 53 description = "test script for runNixOSTest"; 54 54 apply = stripTyping; 55 55 };