Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

How to specify package/derivation runtime dependencies with Nix?

nix

How is vendorSha256 computed?

nix

Using an external flake in home-manager/darwin nix config

nix nix-flake

Can I replicate what nix-build does with nix-shell and cabal build?

What is buildPackages in Nix?

nix nixos

How can I add a nix package when using buildPythonPackage?

nix

How to use chown in Nix derivations?

nix nixos

Deeply merge sets in Nix

nix nixos

Haskell packages not listed in ghc-pkg when installed through Nix

haskell nix

Nix's clang won't build wasm

clang webassembly nix

Disable building and running tests for all Haskell dependencies in a Nix build

haskell cabal 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

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