Updated to use personal git server
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
8f3d25e2b1
commit
8213c61cbe
13
flake.lock
13
flake.lock
|
@ -636,15 +636,16 @@
|
|||
"locked": {
|
||||
"lastModified": 1737218143,
|
||||
"narHash": "sha256-HK4WUK3rP0i0N64UM8leZ5Y79D6cdurwfIxsSc3QG6E=",
|
||||
"owner": "alejandro-angulo",
|
||||
"repo": "nixvim-config",
|
||||
"ref": "main",
|
||||
"rev": "2816e7ff551ed51e4df90070570f59deefdf3d11",
|
||||
"type": "github"
|
||||
"revCount": 44,
|
||||
"type": "git",
|
||||
"url": "https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config"
|
||||
},
|
||||
"original": {
|
||||
"owner": "alejandro-angulo",
|
||||
"repo": "nixvim-config",
|
||||
"type": "github"
|
||||
"ref": "main",
|
||||
"type": "git",
|
||||
"url": "https://git.alejandr0angul0.dev/alejandro-angulo/nixvim-config"
|
||||
}
|
||||
},
|
||||
"nixvim_2": {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
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";
|
||||
|
||||
zsh-syntax-highlighting.url = "github:zsh-users/zsh-syntax-highlighting/master";
|
||||
|
|
|
@ -103,7 +103,7 @@ in {
|
|||
"hydra"
|
||||
"hydra-www"
|
||||
];
|
||||
allowed-uris = ["github:" "https://git.alejandr0angul0.dev/"];
|
||||
allowed-uris = ["github:" "git+https://git.alejandr0angul0.dev/"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue