Updated to use personal git server
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
alejandro-angulo 2025-01-18 09:29:24 -08:00
parent 8f3d25e2b1
commit 8213c61cbe
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 9 additions and 8 deletions

View file

@ -636,15 +636,16 @@
"locked": { "locked": {
"lastModified": 1737218143, "lastModified": 1737218143,
"narHash": "sha256-HK4WUK3rP0i0N64UM8leZ5Y79D6cdurwfIxsSc3QG6E=", "narHash": "sha256-HK4WUK3rP0i0N64UM8leZ5Y79D6cdurwfIxsSc3QG6E=",
"owner": "alejandro-angulo", "ref": "main",
"repo": "nixvim-config",
"rev": "2816e7ff551ed51e4df90070570f59deefdf3d11", "rev": "2816e7ff551ed51e4df90070570f59deefdf3d11",
"type": "github" "revCount": 44,
"type": "git",
"url": "https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config"
}, },
"original": { "original": {
"owner": "alejandro-angulo", "ref": "main",
"repo": "nixvim-config", "type": "git",
"type": "github" "url": "https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config"
} }
}, },
"nixvim_2": { "nixvim_2": {

View file

@ -25,7 +25,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixvim.url = "github:alejandro-angulo/nixvim-config"; nixvim.url = "git+https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config?ref=main";
nixvim.inputs.nixpkgs.follows = "nixpkgs"; nixvim.inputs.nixpkgs.follows = "nixpkgs";
zsh-syntax-highlighting.url = "github:zsh-users/zsh-syntax-highlighting/master"; zsh-syntax-highlighting.url = "github:zsh-users/zsh-syntax-highlighting/master";

View file

@ -103,7 +103,7 @@ in {
"hydra" "hydra"
"hydra-www" "hydra-www"
]; ];
allowed-uris = ["github:" "https://git.alejandr0angul0.dev/"]; allowed-uris = ["github:" "git+https://git.alejandr0angul0.dev/"];
}; };
}; };
} }