mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
nixos: remove remaining reference to setuidPrograms
The option doesn't exist anymore.
This commit is contained in:
parent
195ca7393c
commit
448acd8e5e
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
|
||||
inherit (config.security) wrapperDir wrappers setuidPrograms;
|
||||
inherit (config.security) wrapperDir wrappers;
|
||||
|
||||
programs =
|
||||
(lib.mapAttrsToList
|
||||
|
Loading…
Reference in New Issue
Block a user