Add gitlab-runner

This commit is contained in:
Jakob Lechner 2023-11-22 14:49:43 +00:00
parent 97e24d0bae
commit ca020b5cd2
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
10 changed files with 620 additions and 4 deletions

View file

@ -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