The Wayback Machine - https://web.archive.org/web/20220130071726/https://github.com/topics/nix
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,454 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
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
yannham
yannham commented Jun 30, 2021

Is your feature request related to a problem? Please describe.
Currently, polymorphic types are instantiated as in a standard Hindley-Milner system, that is as soon as a variable is used. While this is customary in the Hindley-Milner type system, it's limiting in a type system with full polymorphism (à la System F) like Nickel, as it results in polymorphic types being instantiated without nec

Created by Eelco Dolstra

Released June 15, 2003

Organization
NixOS
Website
nixos.org
Wikipedia
Wikipedia

Related Topics

declarative-language functional-programming language package-manager