feat: add my-templates

This commit is contained in:
2025-12-07 16:34:21 +08:00
parent cb5c3eff2e
commit 7952d72048
2 changed files with 18 additions and 0 deletions

16
flake.lock generated
View File

@@ -636,6 +636,21 @@
"type": "github" "type": "github"
} }
}, },
"my-templates": {
"locked": {
"lastModified": 1765097937,
"narHash": "sha256-3mfSHrhIMeN2jkvUuY7WGlEd+C4JYhG/NCfvbDkf1XQ=",
"ref": "refs/heads/main",
"rev": "f8faab42fe13404a1c86cc9310fed5512a0061ab",
"revCount": 3,
"type": "git",
"url": "https://git.imxyy.top/imxyy1soope1/flake-templates"
},
"original": {
"type": "git",
"url": "https://git.imxyy.top/imxyy1soope1/flake-templates"
}
},
"niri": { "niri": {
"inputs": { "inputs": {
"niri-stable": "niri-stable", "niri-stable": "niri-stable",
@@ -1039,6 +1054,7 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
"infuse": "infuse", "infuse": "infuse",
"my-templates": "my-templates",
"niri": "niri", "niri": "niri",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",
"nixpkgs": [ "nixpkgs": [

View File

@@ -91,6 +91,8 @@
}; };
treefmt.url = "github:numtide/treefmt-nix"; treefmt.url = "github:numtide/treefmt-nix";
my-templates.url = "git+https://git.imxyy.top/imxyy1soope1/flake-templates";
}; };
outputs = outputs =