mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01: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 }:
|
||||
|
||||
with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; };
|
||||
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
||||
|
||||
makeTest {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue