Dustin Lyons

Results 32 comments of Dustin Lyons

I ran into the same issue when upgrading. To get around it, I ran a bunch of commands trying to rebuild and assign the `nix` build user to the right...

I also ran these before the command above to set up the build user again. I found these in another thread, so I'm honestly not too privy to what's going...

I also had to add this option before it would run: https://github.com/dustinlyons/nixos-config/commit/84767169056e3a6e5a2f6df0f13ac6af00882a10 And now I'm seeing some warnings when I run `.#build-switch`. Build runs fine, but I borked something with...

Definitely the upgrade to macOS Sequoia was no fun. I couldn't find much info on the error but stumbled around based on what I could find. I generally don't recommend...

@danielhep Started this PR to capture changes to handle this more gracefully. PR needs: - Testing, I haven't got to this yet - Copied over to the other relevant template...

Hi @tangkhaiphuong This project only uses `homebrew` for software out of scope of the Nix package manager, which includes only casks and Mac App Store apps, not traditional terminal software....

@victorhooi This is somewhat out of this project's scope, as the configuration is mostly concerned with getting users up and running. Then the whole world of Nix is exposed, which...

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...

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...

Hi @DeeKahy , looking at old Issues. Did you ever get this to work? Sorry I couldn't support further at the time.