submodule fixup, update function expansion, corrected remote url

This commit is contained in:
TheK0tYaRa 2026-02-24 17:52:15 +02:00
parent 076d61604c
commit a0f83bc314
4 changed files with 30 additions and 8 deletions

View file

@ -2,7 +2,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
mypkgs = {
url = "ssh://forgejo@10.0.0.64/thek0tyara/nixpkgs-extension.git";
url = "git+https://git.sys-con.ru/thek0tyara/nixpkgs-extension.git";
inputs.nixpkgs.follows = "nixpkgs";
};
ragenix.url = "github:yaxitech/ragenix/2025.03.09";