feat: adds iceshrimp as an input to the flake

This commit is contained in:
Ahwx 2024-07-15 10:29:13 +02:00
parent a4d2e9dc85
commit 770ed25c5d

View file

@ -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: