1
0
Fork 0
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:
Domen Kožar 2021-06-23 09:37:14 +02:00
parent 50b8ef40cb
commit 165e44fef9
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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 {