0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge #214010: staging-next 2023-02-01

This commit is contained in:
Vladimír Čunát 2023-02-13 15:42:23 +01:00
commit f1f9ae6a3b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
297 changed files with 2891 additions and 2086 deletions

View file

@ -2,7 +2,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
name = "systemd-cryptenroll";
meta = with pkgs.lib.maintainers; {
maintainers = [ ymatsiuk ];
broken = true; # times out after two hours, details -> https://github.com/NixOS/nixpkgs/issues/167994
};
nodes.machine = { pkgs, lib, ... }: {