Symlink inputs from private repo using stow

This commit is contained in:
SebastianStork 2025-12-01 19:07:46 +01:00
parent 99554bc83b
commit 5d4fa37355
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
5 changed files with 42 additions and 15 deletions

18
flake.lock generated
View file

@ -1,5 +1,22 @@
{
"nodes": {
"inputs": {
"flake": false,
"locked": {
"lastModified": 1764611941,
"narHash": "sha256-GEVJK9tSeNnGgYYRbjtYE/su75nxRvOm8h0Sf5GD70A=",
"ref": "refs/heads/main",
"rev": "5390449be22f56739e0840e35e46d54b1166886c",
"shallow": true,
"type": "git",
"url": "ssh://git@github.com/SebastianStork/advent-of-code-inputs.git"
},
"original": {
"shallow": true,
"type": "git",
"url": "ssh://git@github.com/SebastianStork/advent-of-code-inputs.git"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1764522689,
@ -18,6 +35,7 @@
},
"root": {
"inputs": {
"inputs": "inputs",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}