Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Mar 21, 2021
1 parent c6e6018 commit 23435f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nix/Effects/Derivation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -fno-warn-Wdeprecations #-}
{-# OPTIONS_GHC -fno-error-Wdeprecations #-}


module Nix.Effects.Derivation ( defaultDerivationStrict ) where
Expand Down

0 comments on commit 23435f7

Please sign in to comment.