fix auamost

????

fish doesn't find jq if it's not in environment.systemPackages, dunno why.
This commit is contained in:
stuebinm 2023-09-27 23:33:13 +02:00
parent a8f7ee667d
commit 9e7929ab5f

View file

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