LateNightIceCream

Results 3 comments of LateNightIceCream

**LocalMachine** See [here](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2). > The Set-ExecutionPolicy cmdlet's default scope is **LocalMachine**, which affects everyone who uses the computer

This is because in this line in `overlays/default.nix` ```nix additions = final: _prev: import ../pkgs { pkgs = final; }; ``` we call our function defined in `pkgs/default.nix` with an...

It should also be mentioned that for currency manipulation the UserName Argument in e.g. ``` bool RemovePoints(string userid, string username, long amount) Parent.RemovePoints(data.User,data.UserName,100) ``` has to be in lowercase