add forgejo runner
This commit is contained in:
parent
5db6606ef8
commit
b49363f299
7 changed files with 139 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs
|
||||
,
|
||||
, agenix
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
|
|
@ -8,6 +8,7 @@ pkgs.mkShell {
|
|||
packages = with pkgs; [
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
agenix.packages.${system}.default
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue