Skip to content

Commit

Permalink
check derivation contents Skiplist for everything
Browse files Browse the repository at this point in the history
This isn't perfect because updateScript might edit other files, but
better than nothing.
  • Loading branch information
ryantm committed Sep 27, 2020
1 parent bf503e4 commit 7f06e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Update.hs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ updatePackageBatch log updateEnv@UpdateEnv {..} mergeBaseOutpathsContext =
(not hasUpdateScript || isJust oldVerMay)

-- One final filter
unless hasUpdateScript do
Skiplist.content derivationContents
Skiplist.content derivationContents

----------------------------------------------------------------------------
-- UPDATES
Expand Down

0 comments on commit 7f06e12

Please sign in to comment.