Start a nix flake project
flakes is a way of expression of nix package(?) nix flake init
this generates flake.nix
Flake inputs schema
url like schema
ローカルの flake を参照するには?
相対パスもできるらしいが、うまくいく方法がわからない。絶対パスはできた
output schema
path /nix/store/hoge does not exist的なエラーが出たら
そもそもリポジトリにアクセスできているか?
git add 忘れているファイルはないか?
For flakes in git repos, only files in the working tree will be copied to the store.
Therefore, if you use git for your flake, ensure to git add any project files after you first create them.