Skip to content

Commit 1da662a

Browse files
authored
Merge pull request #97 from tsoding/96
(#96) Turn EventsForDay into DayOff when there are no events for day
2 parents 8330695 + ff17212 commit 1da662a

File tree

7 files changed

+135
-378
lines changed

7 files changed

+135
-378
lines changed

default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
with import <nixos> {}; {
2+
schedule-devenv = stdenv.mkDerivation {
3+
name = "schedule-devenv";
4+
buildInputs = [ nodejs gnumake python inotify-tools ];
5+
};
6+
}

0 commit comments

Comments
 (0)