fix auamost

????

fish doesn't find jq if it's not in environment.systemPackages, dunno why.
onlyoffice-nix
stuebinm 2023-09-27 23:33:13 +02:00
parent a8f7ee667d
commit 9e7929ab5f
1 changed files with 2 additions and 0 deletions

View File

@ -56,4 +56,6 @@
script = "/persist/magic/mattermost-groupsync.fish";
startAt = "*:0/15";
};
environment.systemPackages = with pkgs; [ curl jq ];
}