Format
All checks were successful
Cachix / build (elendel) (push) Successful in 1m14s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m8s
Cachix / build (marabethia) (push) Successful in 1m27s
Cachix / build (urithiru) (push) Successful in 1m22s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m14s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m8s
Cachix / build (marabethia) (push) Successful in 1m27s
Cachix / build (urithiru) (push) Successful in 1m22s
This commit is contained in:
parent
0e05ebfad0
commit
3cc9bc5bde
4 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
nginx.extraGroups = [ "git" ];
|
||||
};
|
||||
groups.git = {};
|
||||
groups.git = { };
|
||||
};
|
||||
services = {
|
||||
forgejo = {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
instances.default = {
|
||||
enable = true;
|
||||
url = "https://git.chvp.be";
|
||||
labels = [];
|
||||
labels = [ ];
|
||||
name = config.networking.hostName;
|
||||
tokenFile = config.age.secrets."passwords/services/git/token-file".path;
|
||||
settings = {
|
||||
|
|
|
@ -155,9 +155,9 @@
|
|||
};
|
||||
};
|
||||
groups = {
|
||||
matrix-appservice-slack = {};
|
||||
matrix-hookshot = {};
|
||||
mautrix-whatsapp = {};
|
||||
matrix-appservice-slack = { };
|
||||
matrix-hookshot = { };
|
||||
mautrix-whatsapp = { };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -77,8 +77,8 @@ pkgs.devshell.mkShell {
|
|||
package = pkgs.ruby_3_2.overrideAttrs (old: {
|
||||
version = (import "${inputs.nixpkgs}/pkgs/development/interpreters/ruby/ruby-version.nix" { inherit lib; }) "3" "2" "4" "";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.gz";
|
||||
hash = "sha256-xys8XDBILcoYsPhoyQdfP0fYFo6vYm1OaCzltZyFhpI=";
|
||||
url = "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.gz";
|
||||
hash = "sha256-xys8XDBILcoYsPhoyQdfP0fYFo6vYm1OaCzltZyFhpI=";
|
||||
};
|
||||
});
|
||||
nativeDeps = with pkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue