core: check suid/sgid dynamically instead of checking file
All checks were successful
All checks were successful
This commit is contained in:
@@ -90,7 +90,7 @@ nixpkgs.lib.nixosSystem {
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ jq ];
|
||||
environment.systemPackages = with pkgs; [ jq pkgs.muscl ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user