nomadnet: init at 1.2.0 (#531723)

This commit is contained in:
Pol Dellaiera
2026-06-14 17:20:49 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
python3Packages,
}:
let
pythonPackages = python3Packages.overrideScope (
self: super: {
lxmf = super.lxmf.override {
propagateRns = true;
};
}
);
in
pythonPackages.toPythonApplication pythonPackages.lxmf
+3
View File
@@ -0,0 +1,3 @@
{ python3Packages }:
python3Packages.toPythonApplication python3Packages.nomadnet