From dcf2ba4b19262d71c88c1552f8baaab0ae90a574 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 16 Feb 2026 12:39:08 -0300 Subject: [PATCH] chore: update rec.sh url --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 18fbffc..c060dd9 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,10 @@ }; rec-sh = { - url = "git+https://forge.capytal.company/dot013/rec.sh"; + url = "git+https://code.capytal.cc/dot013/rec.sh/?ref=main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + inputs.nixpkgs.follows = "nixpkgs"; };