tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/xss-lock.nix: get rid of `with lib`
Anderson Torres
2 years ago
21b0935d
9fe5926b
+2
-6
1 changed file
expand all
collapse all
unified
split
nixos
tests
xss-lock.nix
+2
-6
nixos/tests/xss-lock.nix
···
1
1
-
import ./make-test-python.nix ({ pkgs, lib, ... }:
2
2
-
3
3
-
with lib;
4
4
-
5
5
-
{
1
1
+
import ./make-test-python.nix ({ pkgs, lib, ... }: {
6
2
name = "xss-lock";
7
7
-
meta.maintainers = with pkgs.lib.maintainers; [ ];
3
3
+
meta.maintainers = [ ];
8
4
9
5
nodes = {
10
6
simple = {