Loading nixos/doc/manual/release-notes/rl-2411.section.md +2 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ Processes also now run as a dynamically allocated user by default instead of root. - `singularity-tools` have the `storeDir` argument removed from its override interface and use `builtins.storeDir` instead. - The `budgie` and `budgiePlugins` scope have been removed and their packages moved into the top level scope (i.e., `budgie.budgie-desktop` is now `budgie-desktop`) Loading pkgs/build-support/singularity-tools/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ bashInteractive, runtimeShell, singularity, storeDir ? builtins.storeDir, }: let Loading Loading @@ -83,10 +82,10 @@ rec { # Run root script ${lib.optionalString (runAsRoot != null) '' mkdir -p ./${storeDir} mount --rbind ${storeDir} ./${storeDir} mkdir -p ./${builtins.storeDir} mount --rbind "${builtins.storeDir}" ./${builtins.storeDir} unshare -imnpuf --mount-proc chroot ./ ${runAsRootFile} umount -R ./${storeDir} umount -R ./${builtins.storeDir} ''} # Build /bin and copy across closure Loading Loading
nixos/doc/manual/release-notes/rl-2411.section.md +2 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ Processes also now run as a dynamically allocated user by default instead of root. - `singularity-tools` have the `storeDir` argument removed from its override interface and use `builtins.storeDir` instead. - The `budgie` and `budgiePlugins` scope have been removed and their packages moved into the top level scope (i.e., `budgie.budgie-desktop` is now `budgie-desktop`) Loading
pkgs/build-support/singularity-tools/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ bashInteractive, runtimeShell, singularity, storeDir ? builtins.storeDir, }: let Loading Loading @@ -83,10 +82,10 @@ rec { # Run root script ${lib.optionalString (runAsRoot != null) '' mkdir -p ./${storeDir} mount --rbind ${storeDir} ./${storeDir} mkdir -p ./${builtins.storeDir} mount --rbind "${builtins.storeDir}" ./${builtins.storeDir} unshare -imnpuf --mount-proc chroot ./ ${runAsRootFile} umount -R ./${storeDir} umount -R ./${builtins.storeDir} ''} # Build /bin and copy across closure Loading