nixos/tests/xss-lock.nix: get rid of with lib
This commit is contained in:
parent
9fe5926b15
commit
21b0935d38
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||
name = "xss-lock";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes = {
|
||||
simple = {
|
||||
|
|
Loading…
Reference in a new issue