Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

why does `nix flake show` builds ghc?

haskell nix nix-flake

What is the equivalent shell.nix for nix-shell '<nixpkgs>' -A gnused

nix nix-shell

How can I enable Haskell profiling when using Nix's callCabal2nix

haskell profiling nix

Does nix provide package options / parameters? How do I list them?

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