Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Nix symlink regression #358

Closed
wants to merge 11 commits into from
Closed

Fix Nix symlink regression #358

wants to merge 11 commits into from

Conversation

silviogutierrez
Copy link
Owner

No description provided.

@silviogutierrez silviogutierrez added question Further information is requested snapshot Triggers a snapshot release to NPM and PyPI and removed question Further information is requested labels Apr 30, 2024
@github-actions github-actions bot removed the snapshot Triggers a snapshot release to NPM and PyPI label Apr 30, 2024
@silviogutierrez silviogutierrez added the snapshot Triggers a snapshot release to NPM and PyPI label Apr 30, 2024
@github-actions github-actions bot removed the snapshot Triggers a snapshot release to NPM and PyPI label Apr 30, 2024
@silviogutierrez silviogutierrez added the snapshot Triggers a snapshot release to NPM and PyPI label May 3, 2024
@github-actions github-actions bot removed the snapshot Triggers a snapshot release to NPM and PyPI label May 3, 2024
@silviogutierrez silviogutierrez added the snapshot Triggers a snapshot release to NPM and PyPI label May 3, 2024
@github-actions github-actions bot removed the snapshot Triggers a snapshot release to NPM and PyPI label May 3, 2024
@allen-munsch
Copy link

Have any quick tips on how to try this particular branch? Got here because I was looking for something quick to deploy to fly.io and this project looks promising! Thank you!

Ubuntu 22.04, amd64

following the docs i got

Enter a project name
helloworld
ln: failed to create symbolic link 'helloworld/server/settings/__init__.py': No such file or directory

@silviogutierrez
Copy link
Owner Author

I thought this was fixed by #369 ? Did you try the latest nix version?

@allen-munsch
Copy link

I thought this was fixed by #369 ? Did you try the latest nix version?

So weirdly, when I did the curl install of nix, the "latest" version was likely installed?

nix-2.24.9

However, when I ran this to "upgrade" nix:

nix-channel --update; nix-env --install --attr nixpkgs.nix nixpkgs.cacert

I got a confusing "upgrade":

nix-channel --update; nix-env --install --attr nixpkgs.nix nixpkgs.cacert
unpacking 1 channels...
replacing old 'nix-2.24.9'
installing 'nix-2.18.8'
installing 'nss-cacert-3.101.1'
these 4 paths will be fetched (75.55 MiB download, 112.34 MiB unpacked):
  /nix/store/hady306s80zjl8avq98czpv0lg5dw5ad-nix-2.18.8-debug
  /nix/store/8n45k4i68vvql5mr6cks7yxj45v2z7k9-nix-2.18.8-doc
  /nix/store/0fk9dnrc8gg0dcmirsvp5v5v95h0xzkj-nss-cacert-3.101.1-p11kit
  /nix/store/bs3h8j1f65shkx6nmdpghwjkg0c8zqa2-nss-cacert-3.101.1-unbundled

Version nix-2.18.8 appeared to work, might be because I'm using 22.04 which is starting to get a bit dated.

Thanks for the pointer.
All set

@silviogutierrez
Copy link
Owner Author

Great! Going to close this out. Ping me if you have any more issues or questions.

@silviogutierrez silviogutierrez deleted the fix/broken-symlinks branch October 5, 2024 18:50
@github-actions github-actions bot locked and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants