add forgejo runner
This commit is contained in:
parent
5db6606ef8
commit
b49363f299
7 changed files with 139 additions and 5 deletions
|
|
@ -3,9 +3,11 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }@inputs:
|
||||
outputs = { self, nixpkgs, agenix }@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in
|
||||
|
|
@ -18,6 +20,7 @@
|
|||
modules = [
|
||||
./hosts/physique/hyponix
|
||||
./modules
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -25,7 +28,6 @@
|
|||
|
||||
devShells.x86_64-linux.default =
|
||||
let pkgs = import nixpkgs { inherit system; };
|
||||
in pkgs.callPackage ./tools/devshell.nix { };
|
||||
|
||||
in pkgs.callPackage ./tools/devshell.nix { agenix = agenix; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue