introduce minifakeroot that also works on macos
This commit is contained in:
@@ -3,6 +3,7 @@ import importlib
|
||||
import logging
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
from collections.abc import Callable
|
||||
from pathlib import Path
|
||||
from tempfile import TemporaryDirectory
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
setuptools,
|
||||
sops,
|
||||
stdenv,
|
||||
fakeroot,
|
||||
rsync,
|
||||
bash,
|
||||
sshpass,
|
||||
@@ -38,7 +37,6 @@ let
|
||||
runtimeDependencies = [
|
||||
bash
|
||||
nix
|
||||
fakeroot
|
||||
openssh
|
||||
sshpass
|
||||
zbar
|
||||
|
||||
Reference in New Issue
Block a user