feat(users/Profpatsch): init ical-smolify
ical, but smol to fit in qr Change-Id: I37f99a20cfc96b85778a097b7c4f70923f026cd4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6617 Autosubmit: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
0532cb6172
commit
db093ad10c
3 changed files with 158 additions and 0 deletions
16
users/Profpatsch/ical-smolify/default.nix
Normal file
16
users/Profpatsch/ical-smolify/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ depot, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
cas-serve = pkgs.writers.writeHaskell "ical-smolify"
|
||||
{
|
||||
libraries = [
|
||||
pkgs.haskellPackages.iCalendar
|
||||
depot.users.Profpatsch.my-prelude
|
||||
depot.users.Profpatsch.execline.exec-helpers-hs
|
||||
|
||||
];
|
||||
ghcArgs = [ "-threaded" ];
|
||||
} ./IcalSmolify.hs;
|
||||
|
||||
in
|
||||
cas-serve
|
||||
Loading…
Add table
Add a link
Reference in a new issue