Skip to content
#

Nix

nix logo

Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. Please refer to the Nix manual for more details.

Here are 1,659 public repositories matching this topic...

ihp
MrChico
MrChico commented Dec 7, 2021

deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to dapp test:

  1. Write a new little dapp helper script which is the dapp --library-addresses above
  2. Make dapp build and dapp --make-library-state use this helper script instead
  3. Allow a flag --state to be passed to dapp test (probably a
good first issue
nixery
truatpasteurdotfr
truatpasteurdotfr commented Oct 26, 2021
[tru@elitebook840g3 ~]$ docker images nixery.dev/shell/bash
REPOSITORY              TAG                 IMAGE ID            CREATED             SIZE
nixery.dev/shell/bash   latest              4edc2efa819a        292 years ago       105 MB
[tru@elitebook840g3 ~]$ docker run -ti nixery.dev/shell/bash bash
bash-5.1# ls -ld /
dr-xr-xr-x 14 0 0 15 Oct 26 22:37 /
bash-5.1# 

as / is not

enhancement good first issue
francois-caddet
francois-caddet commented Jun 1, 2022

Describe the bug

Sometimes the typechecker can throw something like:

  = The type of the expression was expected to be `a`
  = The type of the expression was inferred to be `a`
  = These types are not compatible

it can actualy append when one is a type variable and the other one is a type identifier.

To Reproduce

let f : forall a. {_: a} -> {_: a} -> {_: a}
TheOddler
TheOddler commented Sep 6, 2021

When trying out Niv and following the example from the readme to add GHC:

$ niv add ghc   \
    -v 8.4.3    \
    -t 'https://downloads.haskell.org/~ghc/<version>/ghc-<version>-i386-deb8-linux.tar.xz'

But instead using the latest ghc version (9.0.1 as of writing), I get the following error:

$ niv add ghc -v 9.0.1 -t 'https://downloads.haskell.org/~ghc/<version>/ghc-<versi
thomasjm
thomasjm commented Dec 19, 2020

I'm wondering if it's possible with haskell.nix to generate HIE files for some component(s). These are explained here and allow you to do static analysis of Haskell code. In particular, they can be used to run weeder.

If you pass -fwrite-ide-info to GHC, it will emit these files. By defa

enhancement good first issue question

Created by Eelco Dolstra

Released June 15, 2003

Organization
NixOS
Website
nixos.org
Wikipedia
Wikipedia

Related Topics

declarative-language functional-programming language package-manager