mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
tests: Remove useless import
Not needed when we have `self`.
This commit is contained in:
parent
64eb60a1ab
commit
3bbb4befc2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user