unison-nix icon indicating copy to clipboard operation
unison-nix copied to clipboard

Experimentation: 0.5.24 Issue

Open chiroptical opened this issue 1 year ago • 1 comments

See https://github.com/ceedubs/unison-nix/issues/97

chiroptical avatar Sep 20 '24 20:09 chiroptical

I've narrowed down the issue to the post fixup phase. Commenting this allows me to add ucm via home-manager. You can test this yourself by changing your inputs to,

inputs = {
    unison-lang = {
        type = "github";
        owner = "chiroptical";
        repo = "unison-nix";
        ref = "chiroptical/issue-97";
    };
};

chiroptical avatar Sep 20 '24 20:09 chiroptical