errno: ship
This commit is contained in:
@@ -163,6 +163,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
pcConsoleUtils = declPackageSet [
|
pcConsoleUtils = declPackageSet [
|
||||||
|
"errno" # 2024/05/18: doesn't cross compile (perl File-ShareDir / Module-Build-Tiny)
|
||||||
# "gh" # MS GitHub cli
|
# "gh" # MS GitHub cli
|
||||||
"nix-index"
|
"nix-index"
|
||||||
"nixpkgs-review"
|
"nixpkgs-review"
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
./element-desktop.nix
|
./element-desktop.nix
|
||||||
./engrampa.nix
|
./engrampa.nix
|
||||||
./epiphany.nix
|
./epiphany.nix
|
||||||
|
./errno.nix
|
||||||
./evince.nix
|
./evince.nix
|
||||||
./fcitx5.nix
|
./fcitx5.nix
|
||||||
./feedbackd.nix
|
./feedbackd.nix
|
||||||
|
8
hosts/common/programs/errno.nix
Normal file
8
hosts/common/programs/errno.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
sane.programs.errno = {
|
||||||
|
packageUnwrapped = pkgs.linkIntoOwnPackage pkgs.moreutils "bin/errno";
|
||||||
|
|
||||||
|
sandbox.method = "landlock";
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user