Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

nixos installation issue,'command not found: nix'

nix nixos

How do I join/reduce a list of strings to a single string?

nix

Cyclic dependencies in Nix/NixOS explained on a simple example

package-managers nixos nix

nix-shell cannot change locale warning

nix

command-not-found not working because programs.sqlite is missing

nix nixos

MacOS: Shebang with absolute path not working

what is ${modulesPath} is configuration.nix

nix nixos

Does the nix build daemon keep the build log?

nix nixos

How do you add a local R package using Nix package manager

r nix

How can I use a specific build of Rust in a nixpkgs derivation?

rust 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