1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-03-07 14:01:26 +01:00
parent f257706816
commit ef78126443
2 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{ config, pkgs, lib, ... }:
let
bvg = pkgs.callPackage ../packages/bvg.nix {};
daybook = pkgs.callPackage ../packages/daybook.nix {};
iolanguage = pkgs.callPackage ../packages/iolanguage.nix {};
sncli = pkgs.python3Packages.callPackage ../packages/sncli.nix {};
@@ -186,6 +187,7 @@ in with pkgs;
aspellDicts.de
aspellDicts.en
aspellDicts.la
bvg
daybook
gnupg
jo