Skip to content

Commit

Permalink
feat(nix): goreleaser nur
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 23, 2023
1 parent 796b50f commit 6e45e06
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 12 deletions.
55 changes: 45 additions & 10 deletions flake.lock

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

4 changes: 3 additions & 1 deletion 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";
goreleaser-nur.url = "github:goreleaser/nur";

darwin = {
url = "github:lnl7/nix-darwin";
Expand All @@ -30,7 +31,7 @@
# neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
};

outputs = { nur, caarlos0-nur,
outputs = { nur, caarlos0-nur, goreleaser-nur,
# neovim-nightly,
darwin, home-manager, nix-index-database, ... }@inputs:
let
Expand All @@ -41,6 +42,7 @@
pkgs = prev;
repoOverrides = {
caarlos0 = import caarlos0-nur { pkgs = prev; };
goreleaser = import goreleaser-nur { pkgs = prev; };
};
};
})
Expand Down
2 changes: 1 addition & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
# From NUR
nur.repos.caarlos0.fork-cleaner
nur.repos.caarlos0.gocovsh
nur.repos.caarlos0.goreleaser-pro
nur.repos.caarlos0.jsonfmt
nur.repos.caarlos0.svu
nur.repos.caarlos0.xdg-open-svc
nur.repos.goreleaser.goreleaser-pro

# fonts
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
Expand Down

0 comments on commit 6e45e06

Please sign in to comment.