feat(goliath): refactor, make fans sane

This commit is contained in:
Kat Inskip 2024-01-26 15:32:38 -08:00
parent 67f6cccf47
commit 69d4363c8c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
18 changed files with 178 additions and 335 deletions

View file

@ -139,23 +139,6 @@
home-manager.follows = "home-manager";
};
};
# work
artemiscore = {
url = "git+ssh://git@github.com/Glamorous-ai/metaflow-core-plugin.git?ref=develop";
inputs = {
flake-utils.follows = "utils";
nixpkgs.follows = "nixpkgs";
};
};
artemiscli = {
url = "git+ssh://git@github.com/Glamorous-ai/metaflow-cli-plugin.git";
inputs = {
artemiscore.follows = "artemiscore";
flake-utils.follows = "utils";
nixpkgs.follows = "nixpkgs";
std.follows = "std";
};
};
};
outputs = inputs: import ./outputs.nix {inherit inputs;};
}