-
Notifications
You must be signed in to change notification settings - Fork 28
Initial apply fails on AlmaLinux 9 under WSL2 #347
Comments
I'm getting this exact same error on 4 of my machines after I woke up from a nap today. Environment: |
my flake.nix for reference:
|
umm. 3am EST, with nothing else to do with my time, for posterity, I installed NixOS fresh on a new machine, bare metal. configured git on a completely different account. drove over to my cousin's house across town just so we could fire up his Starlink modem, to make sure it's not something gone wrong with my isp. getting the same error on that fresh machine. cuzzo, for giggles, attempted to install Fleek to one of his baremetal Ubuntu boxes and a couple of VM's. everything is throwing this 'exit status 1' error. Matt, would you mind posting the meat from your flake.nix? |
I think the problem actually has to do with these changes outside fleek: https://discourse.nixos.org/t/is-nix-lib-nmd-missing-from-23-11/38268 But again, I am a newbie, and my understanding is limited, so it can be that the correlation is not really there, and my untrained eye is deceiving me! |
Same error here today, @romen I do not think that is the error pointed out in the forum, 'fleek' uses 'unstable' version of nixpkgs Not so familiar with home-manager and nix, so I have few guesses. The |
I was about to start looking at flakehub for the issue after some coffee. but whatever potential solution I last tried a little bit ago was throwing errors when trying to pull something from NixOS.org. I was having some random issues with Fleek a few days ago and the problem was stemming from flakehub. I don't remember the issue or what it's solution was unfortunately. |
yeah, I've got my setups pointed to unstable and I'm getting these errors. |
it's |
FWIW, I'm using default config, this is an entirely fresh install of Nix and Fleek. |
Here is a temporary solution that will allow me to continue using my machines:
Or just run this cmd |
I will try that. |
ok. I feel really stupid right now. I'm not sure where yall are with solving this, but installing fleek to a fresh system is suddenly working flawlessly. On one of my secondary machines that fleek was broken on, suddenly just started applying just fine as it did before it was borked the other day. That is, I didn't go through any steps of scrapping all of the fleek files and reinstalling or anything. Just "fleek apply" and it cranked right up. So I just went to my main machine, fleek apply, and yet again, ERROR Error: exit status 1. |
Describe the bug
Initial run of
nix run
"https://getfleek.dev/latest.tar.gz" -- applyfails under Alma Linux 9 on WSL2 with systemd enabled. Nix installed via
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install`To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actionable error in case of misconfigration
Environment
Additional context
Nix version 2.19.2. Same issue occured under nix official single user installation method.
The text was updated successfully, but these errors were encountered: