3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/sway: skip type check for now

This commit is contained in:
Bobby Rong 2022-06-04 13:55:01 +08:00
parent 906b0b2e87
commit 41cd411c03
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -4,6 +4,12 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
maintainers = with lib.maintainers; [ primeos synthetica ];
};
# testScriptWithTypes:49: error: Cannot call function of unknown type
# (machine.succeed if succeed else machine.execute)(
# ^
# Found 1 error in 1 file (checked 1 source file)
skipTypeCheck = true;
nodes.machine = { config, ... }: {
# Automatically login on tty1 as a normal user:
imports = [ ./common/user-account.nix ];