Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

Where is `callPackage` defined in the Nixpkgs repo (or how to find Nix lambda definitions in general)?

nix nixpkgs

How to override 2 (two) packages in Nixos configuration.nix

nix nixos

How to package a single Python script with nix?

nix

Can nix be installed in a different location other than /nix?

nix

Build simple haskell library using nix

haskell nix

Nix tutorial on installing in home directory

home-directory nix

Nix: Can an installed package set a user environment variable?

nix

How do I apply a nix-shell config in a docker image?

docker gitlab-ci nix

How to undo `nix-channel --update`

nix nixos

How to find a derivation path in the store, starting from the compiled package path?

nix

With Nix, how can I specify Haskell dependencies with profiling enabled?

haskell nix

Haskell Cabal+Nix: Generate local documentation for all dependencies in a project

haskell cabal nix

How does Nix's "callPackage" call functions defined without an ellipsis?

nix nixpkgs

Nix and Haskell-ng install error : attribute ‘nixpkgs’ in selection path ‘nixpkgs.haskellEnv’ not found

nix haskell-ng

Mounting the same /nix directory on multiple machines

nix

Inherit Attributes from Another Set in Nix Expression Language

nix nixos

nix-shell as #! interpreter for runghc

haskell nix

How do I search for Haskell packages using "nix search"?

haskell nix

How to run a `nix-shell` with a default.nix file?

python nix

Faster compilation for Haskell Miso