Compare commits

..

3 commits

Author SHA1 Message Date
3c9ff053ba ci: use 'backend' tag
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-08-01 23:00:11 +01:00
0d6e43cb81 pkgs: remove woodpecker
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
2023-08-01 23:00:11 +01:00
a26a799ba4 modules: services: woodpecker: default packages
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
2023-08-01 23:00:11 +01:00

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.my.services.woodpecker;