add resume repo as input to flake and use it as nginx root
This commit is contained in:
parent
cb5d682b7d
commit
8d0f110ea7
3 changed files with 38 additions and 3 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -36,10 +36,31 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"resume": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1778603439,
|
||||
"narHash": "sha256-XRgVjHF1IT9KO7uHkpLfdOojZ41yiqJxT2IWLGZvm8U=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "afc18efdd263d32168e9e2969f9b2a433e0b0202",
|
||||
"revCount": 7,
|
||||
"type": "git",
|
||||
"url": "https://git.yisroelbaum.com/yisroelbaum/MyResume"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.yisroelbaum.com/yisroelbaum/MyResume"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"resume": "resume",
|
||||
"sops-nix": "sops-nix",
|
||||
"tide": "tide"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue