mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +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 }:
|
{ self, pkgs }:
|
||||||
|
|
||||||
let
|
(self.inputs.nixpkgs.lib.nixos.runTest {
|
||||||
nixos-lib = import (pkgs.path + "/nixos/lib") { };
|
|
||||||
in
|
|
||||||
(nixos-lib.runTest {
|
|
||||||
name = "neovim";
|
name = "neovim";
|
||||||
|
|
||||||
hostPkgs = pkgs;
|
hostPkgs = pkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user