Skip to content

Commit

Permalink
feat(nix): wishlist from charm's nur
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 12, 2023
1 parent 6e7708b commit 8c70d65
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 34 deletions.
101 changes: 68 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

nur.url = "github:nix-community/NUR";
caarlos0-nur.url = "github:caarlos0/nur";
charmbracelet-nur.url = "github:charmbracelet/nur";
goreleaser-nur.url = "github:goreleaser/nur";

darwin = {
Expand All @@ -35,6 +36,7 @@
{ nur
, neovim-nightly
, caarlos0-nur
, charmbracelet-nur
, goreleaser-nur
, darwin
, home-manager
Expand All @@ -49,6 +51,7 @@
pkgs = prev;
repoOverrides = {
caarlos0 = import caarlos0-nur { pkgs = prev; };
charmbracelet = import charmbracelet-nur { pkgs = prev; };
goreleaser = import goreleaser-nur { pkgs = prev; };
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/charm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
tasktimer
tz
vhs
wishlist
nur.repos.charmbracelet.wishlist
];
}

0 comments on commit 8c70d65

Please sign in to comment.