From 4afd015ae2edad6f4fdeed7cee9f696105f6ece8 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sun, 23 Nov 2025 22:27:52 +0100 Subject: [PATCH] nix test 8 --- flake.nix | 3 +-- nix/default.nix | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index 3d44654..b50f289 100644 --- a/flake.nix +++ b/flake.nix @@ -39,9 +39,8 @@ shell = self.packages.${pkgs.stdenv.hostPlatform.system}.zshell; in pkgs.mkShell.override {stdenv = shell.stdenv;} { - inputsFrom = [shell shell.plugin shell.extras]; + inputsFrom = [shell shell.plugin]; packages = with pkgs; [clazy material-symbols rubik nerd-fonts.caskaydia-cove]; - CAELESTIA_XKB_RULES_PATH = "${pkgs.xkeyboard-config}/share/xkeyboard-config-2/rules/base.lst"; }; }); }; diff --git a/nix/default.nix b/nix/default.nix index d325861..f043b7f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -6,7 +6,6 @@ makeFontsConf, app2unit, swappy, - libqalculate, bash, hyprland, material-symbols, @@ -18,9 +17,6 @@ cmake, ninja, pkg-config, - debug ? false, - withCli ? false, - extraRuntimeDeps ? [], }: let version = "1.0.0"; @@ -28,7 +24,6 @@ [ app2unit swappy - libqalculate bash hyprland ]; @@ -60,19 +55,11 @@ in cmakeFlags = [ - (lib.cmakeFeature "ENABLE_MODULES" "shell") (lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/zshell") ]; dontStrip = debug; - prePatch = '' - substituteInPlace assets/pam.d/fprint \ - --replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so - substituteInPlace shell.qml \ - --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' - ''; - passthru = { inherit plugin; };