This commit is contained in:
foosinn 2020-06-13 23:20:39 +02:00
parent 2c8feae00c
commit fb4b98e023
3 changed files with 6 additions and 1 deletions

View file

@ -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
];