mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Adds a test for nss preload mechanism
This tests for the fix implemented in #5224 Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
parent
158fa6870f
commit
e33f74495b
2 changed files with 129 additions and 0 deletions
|
@ -444,6 +444,12 @@
|
|||
inherit (self) overlay;
|
||||
};
|
||||
|
||||
tests.nssPreload = (import ./tests/nss-preload.nix rec {
|
||||
system = "x86_64-linux";
|
||||
inherit nixpkgs;
|
||||
inherit (self) overlay;
|
||||
});
|
||||
|
||||
tests.githubFlakes = (import ./tests/github-flakes.nix rec {
|
||||
system = "x86_64-linux";
|
||||
inherit nixpkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue