added stalewood
This commit is contained in:
@@ -26,6 +26,13 @@
|
||||
url = "github:manelinux/nix-deps";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# stalewood — find/reap merged git worktrees. Ships its own flake;
|
||||
# re-expose its package (mirrors the nix-deps pattern).
|
||||
stalewood = {
|
||||
url = "github:retif/stalewood";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -37,6 +44,7 @@
|
||||
hyprspace,
|
||||
antigravity-nix,
|
||||
nix-deps,
|
||||
stalewood,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -104,6 +112,9 @@
|
||||
# nix-deps' flake only outputs eachDefaultSystem (no s390x), so
|
||||
# gate it on the same native x86_64/aarch64 condition.
|
||||
nix-deps = nix-deps.packages.${sys}.default;
|
||||
# stalewood — re-exposed from its own flake. No s390x output,
|
||||
# so it rides the same native-only gate.
|
||||
stalewood = stalewood.packages.${sys}.default;
|
||||
};
|
||||
|
||||
# Overlay providing Hyprspace. Requires `pkgs.hyprland` to be present
|
||||
|
||||
Reference in New Issue
Block a user