switch flake to main branch again
This commit is contained in:
@@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user