mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
lint: Add 'check-for-collisions' checker.
Suggested by Edouard Klein <edk@beaver-labs.com>. * guix/profiles.scm (check-for-collisions): Export. * guix/lint.scm (check-profile-collisions): New procedure. (%local-checkers): Add 'profile-collisions' checker. * tests/lint.scm ("profile-collisions: no warnings") ("profile-collisions: propagated inputs collide") ("profile-collisions: propagated inputs collide, store items"): New tests. * doc/guix.texi (Invoking guix lint): Document it.
This commit is contained in:
parent
9acac9f9c6
commit
993023a28e
4 changed files with 78 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
manifest-installed?
|
||||
manifest-matching-entries
|
||||
manifest-search-paths
|
||||
check-for-collisions
|
||||
|
||||
manifest-transaction
|
||||
manifest-transaction?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue