Compare commits
3 commits
11871fc506
...
b04dd0738b
Author | SHA1 | Date | |
---|---|---|---|
|
b04dd0738b | ||
|
1cdd13956b | ||
|
e50d61faf4 |
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- "**"
|
||||
schedule:
|
||||
- cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
- cron: "30 2/6 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
nix build:
|
||||
|
|
|
@ -23,7 +23,7 @@ with lib;
|
|||
|
||||
tldr
|
||||
|
||||
bandwhich
|
||||
bandwhich # todo : put this to common/networking.nix
|
||||
|
||||
unzip
|
||||
genpass
|
||||
|
|
|
@ -79,7 +79,7 @@ with lib;
|
|||
termtosvg
|
||||
|
||||
#surrealist
|
||||
surrealdb
|
||||
#surrealdb # fixme: not working because of rust update or something
|
||||
|
||||
boxes
|
||||
|
||||
|
|
Loading…
Reference in a new issue