From baf6efc1b6f1394184abc12795395e39585d3c29 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 15 Feb 2026 16:35:55 -0500 Subject: [PATCH] add ellis link --- flake.lock | 10 +++++----- flake.nix | 2 +- modules/common/git.nix | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1552755..51fa4c9 100644 --- a/flake.lock +++ b/flake.lock @@ -355,16 +355,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1770699760, - "narHash": "sha256-o37ZbBNsBa2Hlx5wHvfySKDvaOqooklYbVmZnk27iyM=", + "lastModified": 1771187518, + "narHash": "sha256-Ha+mPdjz4G9tiZFArcg/JQC9BP6486zJyomDFOK8exY=", "ref": "refs/heads/main", - "rev": "a2bf0c12235cb9306e901aa1e9c36f03e85b06e2", - "revCount": 6022, + "rev": "f566ca1b9346875ef68e62771e2d6cc67d23b2ee", + "revCount": 6083, "type": "git", "url": "https://forgejo.ellis.link/continuwuation/continuwuity" }, "original": { - "rev": "a2bf0c12235cb9306e901aa1e9c36f03e85b06e2", + "rev": "f566ca1b9346875ef68e62771e2d6cc67d23b2ee", "type": "git", "url": "https://forgejo.ellis.link/continuwuation/continuwuity" } diff --git a/flake.nix b/flake.nix index 6f8fb63..a3a00d4 100755 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; nix-maid.url = "github:viperML/nix-maid"; continuwuity = { - url = "git+https://forgejo.ellis.link/continuwuation/continuwuity?rev=a2bf0c12235cb9306e901aa1e9c36f03e85b06e2"; + url = "git+https://forgejo.ellis.link/continuwuation/continuwuity?rev=f566ca1b9346875ef68e62771e2d6cc67d23b2ee"; inputs.nixpkgs.follows = "nixpkgs"; }; disko = { diff --git a/modules/common/git.nix b/modules/common/git.nix index d6dfd9f..64eb436 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -16,6 +16,7 @@ "git@github.com:".insteadOf = [ "https://github.com" ]; "git@codeberg.org:".insteadOf = [ "https://codeberg.org" ]; "git@git.federated.nexus:".insteadOf = [ "https://git.federated.nexus" ]; + "git@forgejo.ellis.link:".insteadOf = [ "https://forgejo.ellis.link" ]; }; init.defaultBranch = "main"; commit.gpgsign = true;