Results 32 comments of Glen Huang

For `#2`, I mean, does the following logic of uninstalling and re-installing root's nix in an activation script sound right? - If `nix.enable` is false, return, since the user doesn't...

@jba, could `Map` be an interface? If any method wants to take another map as an argument, the current two-struct approach is going to make it awkward to implement. ```...