-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Documentation no longer correct for stable Nix #335
Comments
I'm running into this issue on a default Windows 11 install of WSL2 |
There are now 4 reasons why the install instructions don't work:
|
I found a workaround, tested on commit 074e47e:
nix --extra-experimental-features nix-command run --impure --expr 'let repo = builtins.fetchTarball https://github.com/ryantm/nixpkgs-update/archive/main.tar.gz; in import "${repo}/pkgs/" { system = "x86_64-linux"; self = repo; nixpkgs = <nixpkgs>; mmdoc = null; }' -- nixpkgs-update --help
nix --extra-experimental-features nix-command shell --impure --expr 'let repo = builtins.fetchTarball https://github.com/ryantm/nixpkgs-update/archive/main.tar.gz; in import "${repo}/pkgs/" { system = "x86_64-linux"; self = repo; nixpkgs = <nixpkgs>; mmdoc = null; }' nixpkgs-update @ryantm The manual |
It's not really a "workaround", it's just how the CLI works. |
The instructions for stable now fail as in #292:
On stable, the instructions for unstable fail with:
nix-info
The text was updated successfully, but these errors were encountered: