mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 13:47:06 +02:00
tests: Remove useless parentheses
Tests seem to work fine without the `.config.result` part.
This commit is contained in:
parent
3bbb4befc2
commit
d1a7f76d4f
@ -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
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user