Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GHC builds from source each home-manager update #3

@drewr

Description

@drewr

I hadn't updated home-manager frequently in the past, but I'm realizing part of the issue is that it's the long ghc build that broke me of the habit. With an ephemeral machine my dotfiles take an hour+ before I can use it, which defeats the purpose.

I'm pulling in una the simplest way possible, at least I think. Maybe I'm making a nix mistake that's bypassing the cache somehow?

inputs = {
...
    una.url = "github:jwiegley/una";
};
...

extraSpecialArgs = { inherit una; };
...

home.packages = [
...
  una.packages.${pkgs.system}.default
...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions