diff --git a/flake.lock b/flake.lock index 41d2c9dfda2961d5172e977786306338aacf3f78..4b60d06ad2de0d56b2b19bcae32772fb69547d79 100644 --- a/flake.lock +++ b/flake.lock @@ -200,17 +200,17 @@ "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1676204115, - "narHash": "sha256-cYYt6sN9t+lYYYelAbRtM/ioVJ27kMcUtR4unA8jfd4=", + "lastModified": 1701713103, + "narHash": "sha256-IstHSRxNrhyYTeIWAaUjmkdtGFXQlgQQdr28le1RwGA=", "ref": "refs/heads/master", - "rev": "cc55bca9b25e65f7060de642c99e51bd96dfc190", - "revCount": 47, + "rev": "4dffa421c015db30f3755bfa358b15fc9cf5c6ff", + "revCount": 56, "type": "git", - "url": "https://gitlab.homotopic.tech/nix/lint-utils" + "url": "https://gitlab.nixica.dev/nix/lint-utils" }, "original": { "type": "git", - "url": "https://gitlab.homotopic.tech/nix/lint-utils" + "url": "https://gitlab.nixica.dev/nix/lint-utils" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index dfdd5990767fc8d7fa5881088ec7a235a2d472da..fa93b16f5bb2d6c6577519f6fb1b1440fe1cf598 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; horizon-hoogle.url = "git+https://gitlab.horizon-haskell.net/nix/horizon-hoogle"; horizon-platform.url = "git+https://gitlab.horizon-haskell.net/package-sets/horizon-platform"; - lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; + lint-utils.url = "git+https://gitlab.nixica.dev/nix/lint-utils"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; };