vimjoyer / flake-starter-config

The Unlicense
89 stars 10 forks source link

Weird caching error #3

Open Commando-Brando opened 5 months ago

Commando-Brando commented 5 months ago

Hello,

I have been following the youtube videos but when I try to run nix run home-manager/master -- init

I get the following error:

error: cached failure of attribute 'packages.x86_64-linux'

Do you know how to resolve this?

Commando-Brando commented 5 months ago

I have tried running the following commands with no luck:

nix-store --gc

nix-channel --update

vimjoyer commented 5 months ago

oops, missed this issue. If you still have this issue, try

nix run --refresh --no-eval-cache home-manager/master -- init