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

Add iolanguage

This commit is contained in:
Kierán Meinhardt
2019-01-14 15:20:55 +01:00
parent 6945c1b1b9
commit a0f9e50cb5
3 changed files with 29 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
let
scripts = import ../dot/scripts.nix { inherit pkgs lib; };
daybook = pkgs.callPackage ../packages/daybook.nix {};
iolanguage = pkgs.callPackage ../packages/iolanguage.nix {};
todoist = pkgs.callPackage ../packages/todoist {};
unstable = import <nixos-unstable> {};
in with pkgs;
@@ -54,6 +55,7 @@ in with pkgs;
unzip
unrar
p7zip
zip
] ++ [ # monitor
htop
iotop
@@ -134,6 +136,7 @@ in with pkgs;
haskellPackages.hindent
haskellPackages.hoogle
hlint
iolanguage
lua
mypy
nix-prefetch-git
@@ -143,6 +146,7 @@ in with pkgs;
python36Packages.black
python36Packages.flake8
racket-minimal
ruby
rustup
scala
shellcheck