Skip to content

Commit

Permalink
feat: adds iceshrimp as an input to the flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Jul 15, 2024
1 parent a4d2e9d commit 770ed25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";

iceshrimp = {
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
};
};

outputs = { nixpkgs, self, agenix, catppuccin, ...} @ inputs:
Expand Down

0 comments on commit 770ed25

Please sign in to comment.