chore: instead of using crane directly use the reed/project-templates rust module

This commit is contained in:
2026-04-26 01:18:14 -05:00
parent add6e0ad0d
commit 97505c9ad4
2 changed files with 78 additions and 90 deletions
Generated
+30 -5
View File
@@ -2,11 +2,11 @@
"nodes": {
"crane": {
"locked": {
"lastModified": 1775839657,
"narHash": "sha256-SPm9ck7jh3Un9nwPuMGbRU04UroFmOHjLP56T10MOeM=",
"lastModified": 1777149905,
"narHash": "sha256-WMC5ktOHtCyJL/jtlf46P+I4Vhw938+oLlSpM8gwQwU=",
"owner": "ipetkov",
"repo": "crane",
"rev": "7cf72d978629469c4bd4206b95c402514c1f6000",
"rev": "60c829383710f7e26454e6677c4d3adbc56dd3b8",
"type": "github"
},
"original": {
@@ -64,17 +64,42 @@
"type": "github"
}
},
"root": {
"project-templates": {
"inputs": {
"crane": "crane",
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
],
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1777183464,
"narHash": "sha256-aKh428176wYLo4KBAcadw5sqseSPAQ64pN0Qi8f2tXs=",
"ref": "refs/heads/master",
"rev": "b1a2a8d97b6beae0cbea89908306a496425c610c",
"revCount": 14,
"type": "git",
"url": "ssh://gitea@git.krantz.one/reed/project-templates"
},
"original": {
"type": "git",
"url": "ssh://gitea@git.krantz.one/reed/project-templates"
}
},
"root": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"treefmt-nix": "treefmt-nix"
"project-templates": "project-templates"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"project-templates",
"nixpkgs"
]
},