DeterminateSystems / zero-to-nix

Zero to Nix is your guide to learning Nix and flakes. Created by Determinate Systems.
https://zero-to-nix.com
Other
855 stars 64 forks source link

Issue with page `src/pages/start/4.nix-build.mdx` #345

Open s-a-c opened 3 months ago

s-a-c commented 3 months ago

When I try to follow the section [https://zero-to-nix.com/start/nix-build#flake], the nix build' command fails: ❯ nix build error: path '/nix/store/3mvygw6sj4p370r638pzwbsq587bb8s1-source/nix-javascript-pkg/flake.nix' does not exist '.

This also occurs when attempting a python package build.

Can you please advise?

mvanholsteijn commented 1 month ago

I did:

git init
git add .
git commit -m import

to resolve this problem. Only to run into #348