> Can anybody tell me: > > - if there's a REPL for Nix? I'd like to debug network-interfaces.nix REPL? What is that? > (I can connect to my home > wireless network if I issue iwconfig/ifconfig incantations by hand, > but I've looked at that script > and I don't know how it might be failing)
> - what is the best (easiest/most proper?) way to run wpa_supplicant: For now installl it and hook up some custom scripts > a) using Wicd (wicd.sourceforge.net). I think that I could write an > expression for Wicd > (wicd.sourceforge.net), but I don't know how to add Upstart jobs to > NixOS, which is needed > for Wicd to function properly. > b) is there a NetworkManager package? I don't know about one > - how to submit patches? Is there a review process or something? a) send to this list b) commit them to git://mawercer.de/nixpkgs (new branch) so that I can cherry-pick and commit them c) ask niksnut for a svn account. About your networking trouble: Maybe you want to rewrite the network-interfaces upstart script completely and add some commands manually to see wether that works. Keep in mind that useDHCP is set to true by default.. Sincerly Marc Weber _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
