Initial import
This commit is contained in:
commit
fa26479c42
5 changed files with 290 additions and 0 deletions
14
devenv.nix
Normal file
14
devenv.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
packages = [ pkgs.git ]; #pkgs.clang pkgs.clang-tidy ];
|
||||
|
||||
# https://devenv.sh/languages/
|
||||
languages.cplusplus.enable = true;
|
||||
|
||||
# https://devenv.sh/pre-commit-hooks/
|
||||
# pre-commit.hooks.shellcheck.enable = true;
|
||||
|
||||
# https://devenv.sh/processes/
|
||||
# processes.ping.exec = "ping example.com";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue