Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions 9b82b64e13 update helium to 0.10.6.1 2026-03-20 06:00:32 +00:00
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -12,7 +12,6 @@
lazygit
pnpm
ni
code-cursor-fhs
# LSPs and formatters (previously via Mason)
stylua
-4
View File
@@ -132,9 +132,7 @@ in {
"gid=1000"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"_netdev"
"noserverino"
"vers=3.0"
];
};
@@ -148,9 +146,7 @@ in {
"gid=1000"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"_netdev"
"noserverino"
"vers=3.0"
];
};
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy";
version = "0.8.0";
version = "0.7.12";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk=";
hash = "sha256-Qh82PvZErWWhARs7ZzoGFllQXKsF63GUGqG5taT+kV8=";
};
extraInstallCommands = let