nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit df08221dc38934961de48083944b9aa5fb136b14
parent 06850f64e87352591417da121017d3fdc23b0ab6
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 14:17:24 +0200

chore: use github for corpus

Diffstat:
Mflake.lock | 18+++++++++---------
Mflake.nix | 2+-
2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -30,17 +30,17 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1776598471, - "narHash": "sha256-y1VbZItZm4v2AaSpX94nsL3zCpDATpBL4h6za8MsTp0=", - "ref": "refs/heads/master", - "rev": "0ec0b976fc7e19ed5790ca050feec1cdd277547a", - "revCount": 129, - "type": "git", - "url": "ssh://git@codeberg.org/mtmn/corpus" + "lastModified": 1776598870, + "narHash": "sha256-gNpyRa/mYr0TPk11YI7vyyBggnTiB6TY3SokkELRT8c=", + "owner": "mtmn", + "repo": "corpus", + "rev": "11749bad6912e32b69b080f1ad0684136ff02f66", + "type": "github" }, "original": { - "type": "git", - "url": "ssh://git@codeberg.org/mtmn/corpus" + "owner": "mtmn", + "repo": "corpus", + "type": "github" } }, "crane": { diff --git a/flake.nix b/flake.nix @@ -35,7 +35,7 @@ }; corpus = { - url = "git+ssh://git@codeberg.org/mtmn/corpus"; + url = "github:mtmn/corpus"; }; };