diff --git a/flake.lock b/flake.lock index 5b87eae8aef95029ac271d58b2468cbadb032c09..508de5f1efb94c316c0905a88971aa1d810f5b5a 100644 --- a/flake.lock +++ b/flake.lock @@ -71,17 +71,17 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1676204115, - "narHash": "sha256-cYYt6sN9t+lYYYelAbRtM/ioVJ27kMcUtR4unA8jfd4=", + "lastModified": 1681737193, + "narHash": "sha256-c+0eLyF/VWZWGeB1DA88aDUZ3BjO6+jnsJpVW4wxs4w=", "ref": "refs/heads/master", - "rev": "cc55bca9b25e65f7060de642c99e51bd96dfc190", - "revCount": 47, + "rev": "efaf89d12a6811f0e00034444904b8d169f0fa34", + "revCount": 48, "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 3333b90f51ab062a194652c9f4469a574269866d..3405c72618224a30787fe312b787dba19ee01aa5 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ url = "git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.8"; flake = false; }; - 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/nixpkgs-unstable"; };