initial
This commit is contained in:
commit
8c98e8bd14
10 changed files with 633 additions and 0 deletions
21
roles/dev.nix
Normal file
21
roles/dev.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
mozilla_overlay = import <mozilla> {};
|
||||
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
go
|
||||
python37
|
||||
python37Packages.pyls-black
|
||||
python37Packages.pyls-isort
|
||||
python37Packages.pyls-mypy
|
||||
rustup
|
||||
unstable.gopls
|
||||
unstable.rust-analyzer
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue