diff --git a/flake.lock b/flake.lock index c8202ae..db7b22b 100644 --- a/flake.lock +++ b/flake.lock @@ -471,6 +471,26 @@ "type": "github" } }, + "iceshrimp": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1718289195, + "narHash": "sha256-xmkExjsTztXW4/AYb3d3Er6Wwg4r7AVwq7rv9E93+Ec=", + "ref": "refs/heads/dev", + "rev": "746c6319d3425ccfacc906535c67951e161996d9", + "revCount": 47, + "type": "git", + "url": "https://iceshrimp.dev/iceshrimp/packaging" + }, + "original": { + "type": "git", + "url": "https://iceshrimp.dev/iceshrimp/packaging" + } + }, "kyouma-www": { "inputs": { "flake-utils": [ @@ -674,6 +694,7 @@ "fernglas": "fernglas", "flake-utils": "flake-utils", "home-manager": "home-manager", + "iceshrimp": "iceshrimp", "kyouma-www": "kyouma-www", "nixos-hardware": "nixos-hardware", "nixos-needsreboot": "nixos-needsreboot", diff --git a/flake.nix b/flake.nix index 3d250a6..701ee35 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + iceshrimp = { + url = "git+https://iceshrimp.dev/iceshrimp/packaging"; + inputs.nixpkgs.follows = "nixpkgs"; + }; kyouma-www = { url = "git+https://woof.rip/emily/kyouma-net.git"; inputs.nixpkgs.follows = "nixpkgs";