mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
wrapper-manager/sandboxing: update modules
This commit is contained in:
parent
8cdb1921ce
commit
c52c7f49f6
@ -107,7 +107,7 @@ in
|
||||
"--rule ${ruleArg}")
|
||||
submoduleCfg.rules);
|
||||
|
||||
arg0 = lib.getExe submoduleCfg.package;
|
||||
arg0 = lib.getExe' submoduleCfg.package "boxxy";
|
||||
prependArgs = lib.mkBefore
|
||||
(submoduleCfg.extraArgs
|
||||
++ [ "--" config.sandboxing.wraparound.arg0 ]
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Module revolving around the specialized launcher. It is managed as a separate
|
||||
# project in the launcher subdirectory. Just look into the source code as you
|
||||
# would spelunk any other project. So far, the subproject itself doesn't have a
|
||||
# good state of testing (which is just used as a program for this very purpose)
|
||||
# so just use wrapper-manager's testing infra instead.
|
||||
{ config, lib, options, pkgs, ... }:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user