lol

nixos/security/wrappers: remove WRAPPER_PATH

This appears to be a leftover from 628e6a83.

rnhmjoj 27dcb04c 936e8eaf

-4
-4
nixos/modules/security/wrappers/default.nix
··· 230 230 system.activationScripts.wrappers = 231 231 lib.stringAfter [ "specialfs" "users" ] 232 232 '' 233 - # Look in the system path and in the default profile for 234 - # programs to be wrapped. 235 - WRAPPER_PATH=${config.system.path}/bin:${config.system.path}/sbin 236 - 237 233 chmod 755 "${parentWrapperDir}" 238 234 239 235 # We want to place the tmpdirs for the wrappers to the parent dir.