disable check

This commit is contained in:
Robin Appelman 2024-04-08 20:27:30 +02:00
commit dd646b48ce

View file

@ -17,6 +17,8 @@ in
lockFile = ./Cargo.lock; lockFile = ./Cargo.lock;
}; };
doCheck = false;
postInstall = '' postInstall = ''
mkdir -p $out/lib/udev/rules.d/ mkdir -p $out/lib/udev/rules.d/
echo 'SUBSYSTEM=="powercap", ACTION=="add", RUN+="${coreutils}/bin/chgrp -R powermonitoring /sys%p", RUN+="${coreutils}/bin/chmod -R g=u /sys%p"' >> $out/lib/udev/rules.d/51-palantir.rules echo 'SUBSYSTEM=="powercap", ACTION=="add", RUN+="${coreutils}/bin/chgrp -R powermonitoring /sys%p", RUN+="${coreutils}/bin/chmod -R g=u /sys%p"' >> $out/lib/udev/rules.d/51-palantir.rules