diff options
author | tv <tv@krebsco.de> | 2019-01-21 12:09:29 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-21 12:28:30 +0100 |
commit | 153d27e6c8c3354494913c4f9e32843ec09d6c40 (patch) | |
tree | cf7d5f22f32a39386a01b9265ccfe622340aa1a0 /krebs/5pkgs/default.nix | |
parent | f1298103173cf1953be0e7c359f10d18894ce770 (diff) |
reaktor2: init at 0.0.0
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r-- | krebs/5pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 84c00e82d..dc04b6a72 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -22,6 +22,8 @@ foldl' mergeAttrs {} }; }); + reaktor2 = self.haskellPackages.reaktor2; + ReaktorPlugins = self.callPackage ./simple/Reaktor/plugins.nix {}; # https://github.com/proot-me/PRoot/issues/106 |