Skip to content

Commit

Permalink
feat: using encore flake to get latest binary releases
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Oct 28, 2024
1 parent cc60869 commit 7f82961
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
21 changes: 21 additions & 0 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
type = "git";
submodules = true;
};
encore = {
url = "github:encoredev/encore-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs = {
Expand Down
8 changes: 6 additions & 2 deletions home/modules/dev/ops/tools.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
home.packages = with pkgs; [
pkgs.extra.encore
inputs.encore.packages.${pkgs.system}.encore
argocd
lego
];
Expand Down

0 comments on commit 7f82961

Please sign in to comment.