Dustin Lyons

Results 32 comments of Dustin Lyons

Hi @jeeftor, Thanks for giving this configuration a try! Yes, we cover points 1 and 2 (macOS and NixOS). I've been using this configuration for the past couple of years...

Closing, if you have future questions, please don't hesitate to reach out.

I agree, it would be a great feature to also enable non-NixOS systems to use some of the home-manager settings. I don't have much time right now to work on...

Can you run ``` ls -l /opt/homebrew ``` Is this owner by your user? Here is the dependency we use, [nix-homebrew](https://github.com/zhaofengli/nix-homebrew?tab=readme-ov-file#b-existing-homebrew-installation), I know they "migrate" existing configurations but maybe something...

@diogox If you want to do this, I would look into removing the `nix-secrets` input and rely instead on `agenix` directly. `nix-secrets` is just creating and managing what is essentially...

@gjolund I have 5. ![Screenshot 2024-09-13 at 3 51 03 PM](https://github.com/user-attachments/assets/26d7b3d6-664c-4ff8-b652-df14baaa0fde)

Hi @gjolund, closing this if no further questions.

@danielhep This was due to an issue with the swift build. As the template defaults `nixpkgs` to `nixos-unstable`, you'll encounter cache misses from time to time if either a) the...

@danielhep After first exploration on this, I think this is a bug. In `darwin/hosts/default.nix`, we use Nix imports to bring in `cachix`, but then we override that when setting the...

This has been resolved in the template. Let me know if any further questions and I can reopen.