snapshot pre-cleanup-2026-05-23T19-39-41Z

This commit is contained in:
2026-05-23 23:32:28 +02:00
parent c8ee6d85fe
commit 30e8029a6b
35 changed files with 353 additions and 229 deletions
+4 -5
View File
@@ -14,8 +14,8 @@
self.packages.${pkgs.system}.custom-manix
];
};
flake.packages.custom-man = { pkgs, ... }:
pkgs.writeShellApplication {
perSystem = { pkgs, ... }: {
packages.custom-man = pkgs.writeShellApplication {
name = "custom-man";
runtimeInputs = with pkgs; [
man
@@ -52,8 +52,7 @@
| xargs man
'';
};
flake.packages.custom-manix = { pkgs, ... }:
pkgs.writeShellApplication {
packages.custom-manix = pkgs.writeShellApplication {
name = "custom-manix";
runtimeInputs = with pkgs; [
manix
@@ -90,4 +89,4 @@
| xargs manix
'';
};
}
};}