From 251fa38cd9e9f0bf20373998b020b2cf59d2f1ad Mon Sep 17 00:00:00 2001 From: Malix Date: Thu, 14 Aug 2025 20:50:24 +0200 Subject: [PATCH] enhance: implements the `ref` type for flakes targeting non-default ref --- flakes/manual.toml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/flakes/manual.toml b/flakes/manual.toml index 720c309c..1588e25a 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -11,20 +11,28 @@ type = "git" url = "git+https://git.sr.ht/~kerstin/sway-timetracker?ref=main" [[sources]] -type = "git" -url = "git+https://github.com/hannesgith/rquickshare?ref=flake" +type = "github" +owner = "hannesgith" +repo = "rquickshare" +ref = "flake" [[sources]] -type = "git" -url = "git+https://github.com/hannesgith/neohtop?ref=nixify" +type = "github" +owner = "hannesgith" +repo = "neohtop" +ref = "nixify" [[sources]] -type = "git" -url = "git+https://github.com/raboof/octopin?ref=nix" +type = "github" +owner = "raboof" +repo = "octopin" +ref = "nix" [[sources]] -type = "git" -url = "git+https://github.com/TamtamHero/fw-fanctrl?ref=packaging/nix" +type = "github" +owner = "TamtamHero" +repo = "fw-fanctrl" +ref = "packaging/nix" [[sources]] type = "github"