freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

4h - Detection of the current status of operating system #77

Closed freeman42x closed 4 years ago

freeman42x commented 4 years ago

Write functions that do the bellow:

Research what are all the possible ways to configure Nix globally per user and then add them to NixConfiguration:

data NixConfiguration = System | UserLevel | Custom
getExistingNixConfigurations = [NixConfiguration]