tools
This commit is contained in:
parent
2c8feae00c
commit
fb4b98e023
3 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
mozilla_overlay = import <mozilla> {};
|
||||
mozilla = import <mozilla> {};
|
||||
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -15,6 +15,8 @@ in {
|
|||
python37Packages.pyls-isort
|
||||
python37Packages.pyls-mypy
|
||||
rustup
|
||||
sops
|
||||
tig
|
||||
unstable.gopls
|
||||
unstable.rust-analyzer
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue