FAQ: Difference between revisions
imported>Fadenb Created page with "Frequently asked questions and common newcomer trouble should be put here so that we can point to this page instead of answering the same question over and over again. New qu..." |
imported>Makefu No edit summary |
||
| Line 2: | Line 2: | ||
New questions should go to http://unix.stackexchange.com/questions/tagged/nixos | New questions should go to http://unix.stackexchange.com/questions/tagged/nixos | ||
---- | |||
== Why is Nix written in C++ and Perl rather than a functional language like Haskell or OCaml, given the strong influence that functional programming has obviously had on Nix == | == Why is Nix written in C++ and Perl rather than a functional language like Haskell or OCaml, given the strong influence that functional programming has obviously had on Nix == | ||
| Line 16: | Line 18: | ||
== How to restart a systemd service? == | == How to restart a systemd service? == | ||
systemctl restart unit | systemctl restart unit | ||