Add gitlab-runner
This commit is contained in:
parent
97e24d0bae
commit
ca020b5cd2
10 changed files with 620 additions and 4 deletions
12
flake.nix
12
flake.nix
|
|
@ -28,12 +28,22 @@
|
|||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
gomod2nix = {
|
||||
url = "github:nix-community/gomod2nix";
|
||||
inputs = {
|
||||
flake-utils.follows = "flake-utils";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, flake-utils
|
||||
, krops
|
||||
, gomod2nix
|
||||
, home-manager
|
||||
, nur
|
||||
, nix-pre-commit-hooks
|
||||
|
|
@ -124,7 +134,7 @@
|
|||
};
|
||||
});
|
||||
}) // {
|
||||
overlays.default = import ./pkgs;
|
||||
overlays.default = import ./pkgs inputs;
|
||||
|
||||
nixosConfigurations = nixpkgs.lib.mapAttrs
|
||||
(hostname: { system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue