[feat] ci: add forgejo ci
This commit is contained in:
parent
bd5737e4f2
commit
a8fcc3bd4c
2 changed files with 19 additions and 2 deletions
|
@ -14,8 +14,11 @@
|
|||
in {
|
||||
formatter = forEachSupportedSystem (system: nixpkgs.legacyPackages.${system}.alejandra);
|
||||
|
||||
packages = forEachSupportedSystem (system: {
|
||||
default = nixpkgs.legacyPackages.${system}.callPackage ./default.nix {};
|
||||
packages = forEachSupportedSystem (system: let
|
||||
webnsupdate = nixpkgs.legacyPackages.${system}.callPackage ./default.nix {};
|
||||
in {
|
||||
inherit webnsupdate;
|
||||
default = webnsupdate;
|
||||
});
|
||||
|
||||
overlays.default = final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue