Skip to content
Unverified Commit 9f2a61c5 authored by aszlig's avatar aszlig
Browse files

nixos/udev: Add an option to fail on FHS paths



So far we were merely printing a warning if there are still references
to (/usr)/s?bin, but we actually want to make sure that we fix those
paths, especially on updates of packages that come with udev rules.

This adds a new option allowImpurePaths, which when set to false will
cause the "udev-rules" derivation to fail.

I've set this to true by default, to not break existing systems too much
and the intention is to set it to false for a few NixOS VM tests.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 80983bbe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment