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

Nixos minimal ISO is missing 'wget' #1489

Closed
brodul opened this issue Jan 10, 2014 · 3 comments
Closed

Nixos minimal ISO is missing 'wget' #1489

brodul opened this issue Jan 10, 2014 · 3 comments

Comments

@brodul
Copy link
Contributor

brodul commented Jan 10, 2014

Nixos minimal ISO is missing 'wget'.

In order to get the old configuration.nix I used wget "http://example.com" -dump > configuration.nix

@peti
Copy link
Member

peti commented Jan 10, 2014

How about curl? That's installed.

@ORESoftware
Copy link

@peti how about wget?

$  nix-env -iA nixos.wget

install log:

installing 'wget-1.20.3'
these paths will be fetched (0.62 MiB download, 3.08 MiB unpacked):
  /nix/store/i5pxv29r9b00kqpiin7c9znz3w2r7693-wget-1.20.3
copying path '/nix/store/i5pxv29r9b00kqpiin7c9znz3w2r7693-wget-1.20.3' from 'https://cache.nixos.org'...
building '/nix/store/98w0qqa6cyk5x34lrhz6rhx2nkhppvm9-user-environment.drv'...
created 3158 symlinks in user environment

@vcunat
Copy link
Member

vcunat commented Jul 8, 2019

Yes, thanks to the union mount you can run such commands on the installation ISO and thus get whatever tools you want (assuming your internet works).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants