1
0
forked from clan/clan-core

switch flake to main branch again

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( DEFAULT_URL: AnyUrl = parse_obj_as(
AnyUrl, 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>"; 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, ... }: outputs = { self, clan-core, ... }:
let let