mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(goliath): refactor, make fans sane
This commit is contained in:
parent
67f6cccf47
commit
69d4363c8c
18 changed files with 178 additions and 335 deletions
17
flake.nix
17
flake.nix
|
|
@ -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;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue