feat: added ironclaw
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{inputs, ...} @ self: let
|
||||
cratesNix = pkgs: inputs.crates-nix.mkLib {inherit pkgs;};
|
||||
# --- Shell / CLI utilities ---
|
||||
shell-scripts = final: prev: {
|
||||
handlr-xdg = final.pkgs.writeShellApplication {
|
||||
@@ -86,6 +87,11 @@
|
||||
hyprland = inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
|
||||
xdg-desktop-portal-hyprland = prev.enableDebugging inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
xdph = inputs.nixpkgs-master.legacyPackages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
ironclaw = (cratesNix prev).buildCrate "ironclaw" {
|
||||
nativeBuildInputs = [prev.pkg-config];
|
||||
buildInputs = [prev.openssl];
|
||||
doCheck = false;
|
||||
};
|
||||
};
|
||||
|
||||
# --- Themes and assets ---
|
||||
|
||||
Reference in New Issue
Block a user