Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

How can I use a specific version of a Haskell package with Nix?

haskell nix

In nixpkgs, how do I override files of a package without recompilation?

nix

error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)

How can a build or test a smaller nixos container config independent of my host's Nixos config?

nix nixos

How to make global variable (or function) in nix file?

nix nixos

Nix boost install misses headers

boost nix

How to record a reproducible profile in nix (especially from nix-env)?

nix

Is it possible to keep my Nix packages in sync across machines not running NixOS?

nix

Nix: Querying packages' packages

package nix

selector 'nix-repl' matches no derivations

nix

where does haskell packages in nixpkgs go?

haskell ghc cabal nix

Running postgres on osx using nix package manager

macos nix

What is reason not to use stack --nix when I using nix?

haskell-stack nix

Import unstable and inherit config

nix nixos

Making a Simple Deb Package NixOS Compatible (Mathematica's wolframscript)

nix nixos

What nix channel is subscribed to by default

nix nixos

How can I make macOS frameworks available to clang in a Nix environment?

macos rust rust-cargo nix

How do I use the new haskell-ng infrastructure on NixOS?

haskell ghc nixos nix

Why do Nix lambdas and the ? operator interact like so?

nix nixos

Why is `functionArgs` implemented twice? (i.e, as a primop and in `lib`)

nix