Nix
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,621 public repositories matching this topic...
Nix, the purely functional package manager
-
Updated
Jun 6, 2022 - C++
Is there an existing issue for this?
- I have searched the existing issues
Issue description
I was using home-manager on macos mojave just fine. Since updating to the newest release wiped my /nix, I had to reinstall.
On a completely clean install now (enabled home-manager channel and installed it only), I get:
home-manager switch
error: flake 'path:/Users/virapto
-
Updated
May 12, 2022 - Haskell
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:
- Write a new little dapp helper script which is the
dapp --library-addressesabove - Make
dapp buildanddapp --make-library-stateuse this helper script instead - Allow a flag
--stateto be passed todapp test(probably a
[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
Is your feature request related to a problem? Please describe.
In Nix and also Haskell I think, ' is a valid character for identifiers.
Example from nixpkgs/lib/lists.nix:
foldr = op: nul: list:
let
len = length list;
fold' = n:
if n == len
then nul
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
-
Updated
May 7, 2022
An opinionated guide for developers wanting to get things done with the Nix ecosystem.
-
Updated
May 4, 2022 - Python
A minimal status bar for macOS. Ideal for use with tiling window managers like yabai
-
Updated
May 9, 2022 - C
Reusable Reproducible Composable Software
-
Updated
Apr 19, 2019 - Racket
A flake utility library to craft shell-, home-, and hosts- environments.
-
Updated
May 21, 2022 - Nix
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
-
Updated
Jun 6, 2022 - Nix
Single dependency Kubernetes clusters for local testing, experimenting and development
-
Updated
Jun 6, 2022 - Rust
Collection of image builders [maintainer=@Lassulus]
-
Updated
May 24, 2022 - Nix
Create highly reproducible python environments
-
Updated
Jun 1, 2022 - Python
Otherwise one might get an error like:
cachix push /nix/store/7i1kqf6x52l1fhqqdmqgggjr0zigggik-cachix-0.1.3/bin/cachix
NoInput "You need to specify store paths either as stdin or as a cli argument"
NixOS on WSL(2) [maintainer=@nzbr]
-
Updated
Jun 6, 2022 - Nix
Created by Eelco Dolstra
Released June 15, 2003


If you compare the old PHP-based code generators with the newer Haskell-based one's , the PHP-based code gen's have much more readable code.
One low hanging fruit is to replace the normal haskell