We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffdd9c commit b608733Copy full SHA for b608733
hnix-store-core/src/System/Nix/Build.hs
@@ -15,6 +15,8 @@ import Data.Text (Text)
15
import Data.HashSet (HashSet)
16
import System.Nix.Path (Path)
17
18
+-- keep the order of these Enums to match enums from reference implementations
19
+-- src/libstore/store-api.hh
20
data BuildMode = Normal | Repair | Check
21
deriving (Eq, Ord, Enum, Show)
22
0 commit comments