Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

How to `nix-build` again a built store path?

nix nixos

macOS Package Managers: Using Nix alongside Homebrew?

How buildEnv builtin function works?

nix

How to uninstall Nix

nix

How can I combine two lists in Nix?

nix nixos

Get Spacemacs/Emacs GUI version to recognize nix-shell environment

How can I nix-env install a derivation from a nix expression file?

nix nixos

An Overview of Nix/OS Architecture?

How to use nix-shell properly and avoid "dumping very large path"?

ocaml nix

How to build a docker container with nix?

docker nix

How to use Nix to setup a development environment?

nix

NixOS: Setting the default channel in configuration.nix

nix nixos

What is the purpose of nix-instantiate? What is a store-derivation?

nixos nix

What does `nix-darwin` provide?

nix

how to add NixOS unstable channel declaratively in configuration.nix

nix nixos

When does a nix path type make it into the nix store and when not?

nix nixos

What is the meaning of sha256 in nixpkgs.fetchgit? Where does the value come from?

nix

How to get cabal and nix work together

haskell cabal nix

When and how should default.nix, shell.nix and release.nix be used?

nix nixos nixops