| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Nix.Delegate
Description
This module provides a basic library API to nix-delegate's functionality
Synopsis
Options
delegate options
Constructors
| OptArgs | |
Fields
| |
Command to run
data OperatingSystem Source #
Operating system
Constructors
| X86_64_Linux | |
| X86_64_Darwin |
Instances
| Show OperatingSystem Source # | |
Defined in Nix.Delegate Methods showsPrec :: Int -> OperatingSystem -> ShowS # show :: OperatingSystem -> String # showList :: [OperatingSystem] -> ShowS # | |
Commands
delegate :: OptArgs -> IO () Source #
Run a command with distributed builds transiently enabled
This version outputs a helpful error message if the command fails