Felix Bjerhem Aronsson

Results 2 issues of Felix Bjerhem Aronsson

**Describe your question/** So I'm trying to figure out what the `Set HTTP-Basic Authentication` does. It does not seem to put up a basic auth endpoint, as I previously thought....

question
needs_documentation

I'm trying to install python 3.7 by using the following ```nix environment.systemPackages = [ nixpkgs-python.packages.x86_64-linux."3.6" ]; ``` But I get the following error when I do ```sh error: builder for...