mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
fix setuid test eval
This commit is contained in:
parent
50b8ef40cb
commit
165e44fef9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{ nixpkgs, system, nix }:
|
{ nixpkgs, system, nix }:
|
||||||
|
|
||||||
with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; };
|
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
||||||
|
|
||||||
makeTest {
|
makeTest {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue