From ae8e55092b640b4ee07f8945d6977e90c53b8451 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Thu, 27 Apr 2023 21:41:23 +0000 Subject: [PATCH] lint-utils: switch to nixica --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 5b87eae8..508de5f1 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 3333b90f..3405c726 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"; }; -- GitLab