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 installation fails #123

Open
DeeKahy opened this issue Nov 7, 2024 · 3 comments
Open

NixOS installation fails #123

DeeKahy opened this issue Nov 7, 2024 · 3 comments

Comments

@DeeKahy
Copy link

DeeKahy commented Nov 7, 2024

IMG20241107155649.jpg

I'm not sure where to even begin, but I've followed the instructions in the readme for no secrets three times and made sure my USB image isn't corrupted.

The config looks really cool, so any help would be appreciated.

@dustinlyons
Copy link
Owner

This looks upstream, some package in nixpkgs is broken and you're encountering that when trying to build it. Usually when this happens I just wait for it to be fixed upstream and try again later.

We don't do anything specifically with time-machine, nor do I even know what that is. nixpkgs is updated constantly, so I imagine it will be resolved soon.

You can also try to run nixos-install --flake .#x86_64-linux --show-trace to see if it shows you the package that is broken. Run that after it fails (at the prompt you see in the screenshot).

@dustinlyons
Copy link
Owner

dustinlyons commented Nov 8, 2024

I recently updated my flake (on macOS) and ran into the same error. Looks like it's coming from the python32.virtualenv package. I got around it by changing a few lines in packages.nix: db5a85e#diff-1cb8cf5ce2975fa015cfde4cc438afb67a1ea76159e4466d64160526f725fbb7R97

@DeeKahy
Copy link
Author

DeeKahy commented Nov 8, 2024

It seems to get further now (I think) but it still fails.

IMG20241108203721.jpg

in case i do something wrong here is my step by step.

  1. reboot into ventoy.
  2. select nixos minimal.
  3. start the second boot option because i have nvidia.
  4. write lsblk to make sure im selecting the correct drive (nvme0n1)
  5. run sudo nix run --extra-experimental-features 'nix-command flakes' github:dustinlyons/nixos-config#install
  6. fill out my information, and wite nvme0n1 as my desired option.
  7. after some time i get the error.

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

No branches or pull requests

2 participants