From 4edfc23056e5a1598293eb62749d46655e6102f9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 26 Mar 2020 14:53:33 +0100 Subject: machines/shiki: add zoomboxed Filesystem sandbox around zoom-us. --- machines/profpatsch/shiki.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch/shiki.nix') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 3e08f774..ad7c75bd 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -2,7 +2,7 @@ let myLib = import ./lib.nix { inherit pkgs lib; }; - myPkgs = import ./pkgs.nix { inherit pkgs lib myLib; }; + myPkgs = import ./pkgs.nix { inherit pkgs lib myLib unfreeAndNonDistributablePkgs; }; in { @@ -243,6 +243,7 @@ in { # move script/nix-cache-binary to here cdb taskwarrior tasksh + myPkgs.zoomboxed ]; in systemPkgs ++ xPkgs ++ guiPkgs ++ programmingTools ++ documentation -- cgit 1.4.1