mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-07 17:04:00 +01: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.inputs.nixpkgs.lib.nixos.runTest {
|
||||
self.inputs.nixpkgs.lib.nixos.runTest {
|
||||
name = "neovim";
|
||||
|
||||
hostPkgs = pkgs;
|
||||
@ -57,4 +57,4 @@
|
||||
|
||||
assert "Hello world" in text
|
||||
'';
|
||||
}).config.result
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user