From e42f83c6d3f748e834e7aaf9f9dd102cba758810 Mon Sep 17 00:00:00 2001 From: noe Date: Tue, 26 Mar 2024 00:25:58 -0400 Subject: [PATCH] use iceshrimp flake fork --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 1cdf7a2..9eed600 100644 --- a/flake.lock +++ b/flake.lock @@ -309,17 +309,17 @@ ] }, "locked": { - "lastModified": 1709197042, - "narHash": "sha256-EXTZ6H6+Pm/1wqdeijVkasXJFgvFN5fiCW6+S5pqNWA=", + "lastModified": 1711427112, + "narHash": "sha256-xOms3CSFnPlq3IAd+vvImVAewm+5SOPU4Cmf3cmIjyE=", "ref": "refs/heads/dev", - "rev": "04f8a479f1d80ae436246dfda3ebb1fcd4ded1e6", - "revCount": 42, + "rev": "0c2f700c4ae4466ac67da1f5a49b729cd817bed4", + "revCount": 43, "type": "git", - "url": "https://iceshrimp.dev/iceshrimp/packaging" + "url": "https://iceshrimp.dev/noe/packaging" }, "original": { "type": "git", - "url": "https://iceshrimp.dev/iceshrimp/packaging" + "url": "https://iceshrimp.dev/noe/packaging" } }, "nix-darwin": { diff --git a/flake.nix b/flake.nix index 315185a..ea13523 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ # Iceshrimpy iceshrimp = { - url = "git+https://iceshrimp.dev/iceshrimp/packaging"; + url = "git+https://iceshrimp.dev/noe/packaging"; inputs.nixpkgs.follows = "nixpkgs-unstable"; };