nix

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

commit 4f11b722b719986698c3918004ced25bb7367e38
parent e80d9cccd9d4fbff2434380a8096efd92464426f
Author: mtmn <miro@haravara.org>
Date:   Tue,  7 Jul 2026 02:39:25 +0200

fallback to github

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

diff --git a/flake.lock b/flake.lock @@ -34,15 +34,15 @@ "locked": { "lastModified": 1783363794, "narHash": "sha256-qFZQ1kstOtE/BR6NXz3KG5x+mLsavMXrHnOKNrymLd4=", - "owner": "~mtmn", + "owner": "mtmn", "repo": "corpus", "rev": "829203a631300d64da9fcdddf4ee957e896c2496", - "type": "sourcehut" + "type": "github" }, "original": { - "owner": "~mtmn", + "owner": "mtmn", "repo": "corpus", - "type": "sourcehut" + "type": "github" } }, "crane": { diff --git a/flake.nix b/flake.nix @@ -25,7 +25,7 @@ }; corpus = { - url = "sourcehut:~mtmn/corpus"; + url = "github:mtmn/corpus"; inputs.nixpkgs.follows = "nixpkgs"; }; };