tests: Remove useless import

Not needed when we have `self`.
This commit is contained in:
Donovan Glover 2024-09-01 13:12:47 -04:00
parent 64eb60a1ab
commit 3bbb4befc2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,9 +1,6 @@
{ self, pkgs }:
let
nixos-lib = import (pkgs.path + "/nixos/lib") { };
in
(nixos-lib.runTest {
(self.inputs.nixpkgs.lib.nixos.runTest {
name = "neovim";
hostPkgs = pkgs;