add ellis link

This commit is contained in:
Henry Hiles 2026-02-15 16:35:55 -05:00
commit baf6efc1b6
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

10
flake.lock generated
View file

@ -355,16 +355,16 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1770699760, "lastModified": 1771187518,
"narHash": "sha256-o37ZbBNsBa2Hlx5wHvfySKDvaOqooklYbVmZnk27iyM=", "narHash": "sha256-Ha+mPdjz4G9tiZFArcg/JQC9BP6486zJyomDFOK8exY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "a2bf0c12235cb9306e901aa1e9c36f03e85b06e2", "rev": "f566ca1b9346875ef68e62771e2d6cc67d23b2ee",
"revCount": 6022, "revCount": 6083,
"type": "git", "type": "git",
"url": "https://forgejo.ellis.link/continuwuation/continuwuity" "url": "https://forgejo.ellis.link/continuwuation/continuwuity"
}, },
"original": { "original": {
"rev": "a2bf0c12235cb9306e901aa1e9c36f03e85b06e2", "rev": "f566ca1b9346875ef68e62771e2d6cc67d23b2ee",
"type": "git", "type": "git",
"url": "https://forgejo.ellis.link/continuwuation/continuwuity" "url": "https://forgejo.ellis.link/continuwuation/continuwuity"
} }

View file

@ -8,7 +8,7 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
nix-maid.url = "github:viperML/nix-maid"; nix-maid.url = "github:viperML/nix-maid";
continuwuity = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
disko = { disko = {

View file

@ -16,6 +16,7 @@
"git@github.com:".insteadOf = [ "https://github.com" ]; "git@github.com:".insteadOf = [ "https://github.com" ];
"git@codeberg.org:".insteadOf = [ "https://codeberg.org" ]; "git@codeberg.org:".insteadOf = [ "https://codeberg.org" ];
"git@git.federated.nexus:".insteadOf = [ "https://git.federated.nexus" ]; "git@git.federated.nexus:".insteadOf = [ "https://git.federated.nexus" ];
"git@forgejo.ellis.link:".insteadOf = [ "https://forgejo.ellis.link" ];
}; };
init.defaultBranch = "main"; init.defaultBranch = "main";
commit.gpgsign = true; commit.gpgsign = true;