This commit add nix support for development shells. The developer can use `nix develop` to setup a complete and reproducable devleopment environment using Nix.
8 lines
119 B
INI
8 lines
119 B
INI
root = true
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
|
|
[*.nix]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|