From 370485403d8ef52f01a90e4242344db029cf32bf Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 31 Oct 2023 13:01:16 +0100 Subject: [PATCH] switch flake to main branch again --- pkgs/clan-cli/clan_cli/flakes/create.py | 2 +- templates/new-clan/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/flakes/create.py b/pkgs/clan-cli/clan_cli/flakes/create.py index 2c46cdad..f5e7e195 100644 --- a/pkgs/clan-cli/clan_cli/flakes/create.py +++ b/pkgs/clan-cli/clan_cli/flakes/create.py @@ -13,7 +13,7 @@ from ..nix import nix_command, nix_shell DEFAULT_URL: AnyUrl = parse_obj_as( AnyUrl, - "git+https://git.clan.lol/clan/clan-core?ref=Qubasa-main#new-clan", # TODO: Change me back to main branch + "git+https://git.clan.lol/clan/clan-core?new-clan", ) diff --git a/templates/new-clan/flake.nix b/templates/new-clan/flake.nix index 72bbbc17..38acce83 100644 --- a/templates/new-clan/flake.nix +++ b/templates/new-clan/flake.nix @@ -1,7 +1,7 @@ { description = ""; - inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core?ref=Qubasa-main"; + inputs.clan-core.url = "git+https://git.clan.lol/clan/clan-core"; outputs = { self, clan-core, ... }: let