added swaytreesave flake, fixed manual import, fixed infinite recursion
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# My personal flakes
|
||||
swaytreesave.url = "git+https://scm.wyattjmiller.com/wymiller/swaytreesave-nix.git";
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@@ -28,12 +31,13 @@
|
||||
ghostty,
|
||||
rust-overlay,
|
||||
aagl,
|
||||
swaytreesave,
|
||||
...
|
||||
}: let
|
||||
userName = "wyatt";
|
||||
userEmail = "wyatt@wyattjmiller.com";
|
||||
extraSpecialArgs = {
|
||||
inherit userName userEmail ghostty;
|
||||
inherit userName userEmail ghostty swaytreesave;
|
||||
};
|
||||
|
||||
myOverlays = { ... }: {
|
||||
|
||||
Reference in New Issue
Block a user