system76-scheduler: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-14 13:42:58 +01:00
parent 6a8c4279cf
commit f391b82114
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage {
pipewire
];
EXECSNOOP_PATH = "${bcc}/bin/execsnoop";
env.EXECSNOOP_PATH = "${bcc}/bin/execsnoop";
# tests don't build
doCheck = false;