programming/nim: add nim profile
This commit is contained in:
parent
c4406274c1
commit
2c27aefeaf
2 changed files with 7 additions and 0 deletions
|
@ -231,6 +231,7 @@
|
||||||
python
|
python
|
||||||
racket
|
racket
|
||||||
haskell
|
haskell
|
||||||
|
nim
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
6
profiles/develop/programming/nim.nix
Normal file
6
profiles/develop/programming/nim.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
nim
|
||||||
|
nimlsp
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue