This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE DataKinds #-} | |
{-# LANGUAGE OverloadedStrings #-} | |
{-# LANGUAGE ScopedTypeVariables #-} | |
{-# LANGUAGE TypeApplications #-} | |
module NixDaemon where | |
import Data.Bool ( bool ) | |
import Control.Monad ( void ) | |
import Control.Monad.IO.Class ( liftIO ) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"program": "hnix", | |
"arguments": ["/home/pyro/src/haskell/hnix/dist-newstyle/build/x86_64-linux/ghc-8.10.3/hnix-0.12.0.1/x/hnix/build/hnix/hnix", "--eval", "--expr", "(import <nixpkgs> {}).hello.outPath"], | |
"rts_arguments": ["-pj"], | |
"end_time": "Tue Jan 26 16:06 2021", | |
"initial_capabilities": 0, | |
"total_time": 22.57, | |
"total_ticks": 22571, | |
"tick_interval": 1000, | |
"total_alloc":14266192416, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pkgs/development/haskell-modules/configuration-hackage2nix.yaml | |
compiler: ghc-8.8.4 | |
core-packages: | |
- array-0.5.4.0 | |
- base-4.13.0.0 | |
- binary-0.8.7.0 | |
- bytestring-0.10.10.0 | |
- Cabal-3.0.1.0 |