Compare commits

..

No commits in common. "b7b2d5fc729bbd84d27b8726d5c8c5f69a80f6a2" and "f4a7213057d680185342a4fc66135dda853d6154" have entirely different histories.

3 changed files with 1 additions and 28 deletions

View File

@ -83,9 +83,7 @@
zig
zls
/*
install here until nvim flake is fixed
*/
/* install here until nvim flake is fixed */
alejandra
ccls
gopls
@ -103,6 +101,5 @@
++ [
inputs.swaysw.packages.x86_64-linux.swaysw
inputs.nvim.packages.x86_64-linux.nvim
(import ../packages/zapzap/default.nix {inherit pkgs;})
];
}

View File

@ -1 +0,0 @@
../../.nixd.json

View File

@ -1,23 +0,0 @@
{pkgs}:
pkgs.python3Packages.buildPythonPackage {
name = "zapzap";
src = pkgs.fetchFromGitHub {
owner = "zapzap-linux";
repo = "zapzap";
rev = "5de4a4015128c164af3c964ecbe5b6358d98b521";
hash = "sha256-bd3YcITK4lraOu7D/xZfnibilAZQZWqazVVtUwqJ4wc=";
};
dontWrapQtApps = true;
propagatedBuildInputs = with pkgs.python3Packages; [pyqt6-webengine qt6.qtwayland qt6.qtsvg];
nativeBuildInputs = with pkgs; [qt6.wrapQtAppsHook makeWrapper];
env = {
HOME = "/tmp";
};
preFixup = ''
makeWrapperArgs+=(
# Force the app to use QT_PLUGIN_PATH values from wrapper
--unset QT_PLUGIN_PATH
"''${qtWrapperArgs[@]}"
)
'';
}