-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can I install lima with nix? #146
Labels
help wanted
Extra attention is needed
Comments
kachick
changed the title
Can I install lima with nix instead of brew?
Can I install lima with nix?
Jul 30, 2023
Installed latest lima with nix fails around QEMU in boot steps. It may relate to abiosoft/colima#777 |
Uninstalled orbstack and having an issues as #910, #911 So reopen this issue today Another NixOS/nixpkgs#108984 |
nixpkgs version is old, and having problem as #910 And the run is blocked with garbage old config. And missing the qemu error So I fixed with rm -rf "$HOME/.lima"
VERSION=$(curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)
curl -fsSL "https://github.com/lima-vm/lima/releases/download/${VERSION}/lima-${VERSION:1}-$(uname -s)-$(uname -m).tar.gz" | tar Cxzvm /usr/local
nix-shell --packages qemu
limactl start |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In macos, I would use lima. However currently installing with brew.
The text was updated successfully, but these errors were encountered: