1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

reorganize packages

This commit is contained in:
Kierán Meinhardt
2019-08-18 11:17:28 +02:00
parent a1aa8f0949
commit 9d21920085
5 changed files with 177 additions and 156 deletions

View File

@@ -0,0 +1,28 @@
{ pkgs, ... }:
{
imports = [
{
environment.systemPackages = with pkgs; [
htmlTidy
nodePackages_10_x.csslint
nodePackages_10_x.jsonlint
nodePackages_10_x.prettier
nodePackages_10_x.typescript
nodePackages_10_x.yarn
nodejs-10_x
];
}
];
environment.systemPackages = with pkgs; [
tokei # count lines of code
gnumake
gcc
binutils # strip, ld, ...
iolanguage
ruby
rubocop
rustup
shellcheck
];
}