commit 679ca2f2ee6c88fc6ae371708bc50048419307f4
parent ca533fa00729dcadd46b0d224471f59b2c8c08a1
Author: Silas Brack <silasbrack@gmail.com>
Date: Fri, 3 Apr 2026 20:11:57 +0200
chore: use my git forge rather than Github
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -186,11 +186,11 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
- "lastModified": 1774910634,
- "narHash": "sha256-B+rZDPyktGEjOMt8PcHKYmgmKoF+GaNAFJhguktXAo0=",
+ "lastModified": 1775188331,
+ "narHash": "sha256-/0BoSi0Dg0ON7IW0oscM12WSPBaMSCn36XTt0lHZoy8=",
"owner": "Mic92",
"repo": "sops-nix",
- "rev": "19bf3d8678fbbfbc173beaa0b5b37d37938db301",
+ "rev": "8f093d0d2f08f37317778bd94db5951d6cce6c46",
"type": "github"
},
"original": {
@@ -244,15 +244,15 @@
"locked": {
"lastModified": 1773178829,
"narHash": "sha256-9+4hywqoXnamDQH5A4xZqIhaqByYM5MZ9FSTpSPkEjk=",
- "owner": "silasbrack",
- "repo": "silasbrack.github.io",
+ "ref": "refs/heads/main",
"rev": "2c95a2e9d7ab83d0dbf51d1317997b57f35d43e8",
- "type": "github"
+ "revCount": 45,
+ "type": "git",
+ "url": "ssh://forgejo@git.fnarglebeast.com/silas/website.git"
},
"original": {
- "owner": "silasbrack",
- "repo": "silasbrack.github.io",
- "type": "github"
+ "type": "git",
+ "url": "ssh://forgejo@git.fnarglebeast.com/silas/website.git"
}
}
},
diff --git a/flake.nix b/flake.nix
@@ -5,7 +5,7 @@
simple-web-app.url = "github:silasbrack/simple-web-app";
mkv.url = "git+ssh://git@github.com/silasbrack/mkv";
website = {
- url = "github:silasbrack/silasbrack.github.io";
+ url = "git+ssh://forgejo@git.fnarglebeast.com/silas/website.git";
flake = false;
};
};