From 770ed25c5d0aeb9da4f5cdc326abcbb37836f615 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 10:29:13 +0200 Subject: [PATCH] feat: adds `iceshrimp` as an input to the flake --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 33cd114..586ffdd 100644 --- a/flake.nix +++ b/flake.nix @@ -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: