Skip to content

Commit

Permalink
feat(comfy): add ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Dec 3, 2024
1 parent 6d2ed0c commit 8deaee5
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,18 @@
};
};

ivy = {
type = "github";
owner = "comfysage";
repo = "ivy";

inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
beapkgs.follows = "beapkgs";
};
};

# exists for ".follows"
flake-utils = {
type = "github";
Expand Down
3 changes: 3 additions & 0 deletions systems/cottage/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{ inputs', ... }:
{
imports = [ ./hardware.nix ];

Expand Down Expand Up @@ -86,6 +87,8 @@
zathura.enable = true;
rofi.enable = true;
fish.enable = true;

neovim.package = inputs'.ivy.packages.default;
};
};
}
3 changes: 3 additions & 0 deletions systems/wisp/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{ inputs', ... }:
{
garden = {
device = {
Expand Down Expand Up @@ -69,6 +70,8 @@
gui.enable = false;

fish.enable = true;

neovim.package = inputs'.ivy.packages.default;
};
};
}

0 comments on commit 8deaee5

Please sign in to comment.