24 lines
551 B
Nix
24 lines
551 B
Nix
# 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 = import <mozilla> {};
|
||
|
||
in {
|
||
environment.systemPackages = with pkgs; [
|
||
emacs
|
||
go
|
||
python37
|
||
python37Packages.pyls-black
|
||
python37Packages.pyls-isort
|
||
python37Packages.pyls-mypy
|
||
rustup
|
||
sops
|
||
tig
|
||
unstable.gopls
|
||
unstable.rust-analyzer
|
||
];
|
||
}
|