Loading pkgs/by-name/ni/nix-required-mounts/closure.nix +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ runCommand, python3Packages, allowedPatterns, formats, }: runCommand "allowed-patterns.json" { Loading @@ -30,7 +31,7 @@ runCommand "allowed-patterns.json" ) (builtins.attrNames allowedPatterns); env = { storeDir = "${builtins.storeDir}/"; shallowConfigPath = builtins.toFile "shallow-config.json" (builtins.toJSON allowedPatterns); shallowConfigPath = (formats.json { }).generate "shallow-config.json" allowedPatterns; }; } '' Loading Loading
pkgs/by-name/ni/nix-required-mounts/closure.nix +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ runCommand, python3Packages, allowedPatterns, formats, }: runCommand "allowed-patterns.json" { Loading @@ -30,7 +31,7 @@ runCommand "allowed-patterns.json" ) (builtins.attrNames allowedPatterns); env = { storeDir = "${builtins.storeDir}/"; shallowConfigPath = builtins.toFile "shallow-config.json" (builtins.toJSON allowedPatterns); shallowConfigPath = (formats.json { }).generate "shallow-config.json" allowedPatterns; }; } '' Loading