tests: Remove useless parentheses

Tests seem to work fine without the `.config.result` part.
This commit is contained in:
Donovan Glover 2024-09-01 13:33:48 -04:00
parent 3bbb4befc2
commit d1a7f76d4f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,6 @@
{ self, pkgs }: { self, pkgs }:
(self.inputs.nixpkgs.lib.nixos.runTest { self.inputs.nixpkgs.lib.nixos.runTest {
name = "neovim"; name = "neovim";
hostPkgs = pkgs; hostPkgs = pkgs;
@ -57,4 +57,4 @@
assert "Hello world" in text assert "Hello world" in text
''; '';
}).config.result }