switch flake to main branch again
Some checks failed
checks-impure / test (pull_request) Failing after 1m14s
checks / test (pull_request) Successful in 1m58s

This commit is contained in:
lassulus 2023-10-31 13:01:16 +01:00
parent 17176f25de
commit f4e7828725
2 changed files with 2 additions and 2 deletions

View File

@ -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",
)

View File

@ -1,7 +1,7 @@
{
description = "<Put your description here>";
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