tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/pass-secret-service: fix eval
K900
3 years ago
a456da34
02277dbd
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
pass-secret-service.nix
+1
-1
nixos/tests/pass-secret-service.nix
···
1
1
import ./make-test-python.nix ({ pkgs, lib, ... }: {
2
2
name = "pass-secret-service";
3
3
-
meta.maintainers = with lib; [ aidalgol ];
3
3
+
meta.maintainers = [ lib.maintainers.aidalgol ];
4
4
5
5
nodes.machine = { nodes, pkgs, ... }:
6
6
{