icalendar_actor/shell.nix

3 lines
74 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.buildNimPackage { name = "dummy"; }