Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

How to disable unpack phase to prevent error "do not know how to unpack source archive"?

nix

How to Install a Private Package in NixOS

I don't understand why I have " cannot evaluate a function that has an argument without a value ('fetchurl') " when I try to build a package

nix

nix rebuild switch cause "fchmod() of /tmp/.X11-unix failed: Read-only file system"

nix nixos

Nix install unstable packages using ~/.nixpkgs/config.nix

nix

How to use an experimental command in nix?

nix

Setting XDG_RUNTIME_DIR in a Haskell Stack+Nix Project

haskell haskell-stack nix

'No such file or directory' error when using buildGoPackage in nix

go nix

How do I configure VSCode extensions in NixOS with home-manager

nix nixos

How to globally override a pythonPackage in nix

python nix

How to debug nix-build errors for a custom nix file?

nix nixpkgs

How do I access the nixos (or nix-darwin) config from within a home-manager module?

Adding neovim to home-manager config leads to permission problem

neovim nix

Properly adding darwin.apple_sdk to a nix-shell

nix

Error installing Nix on macOS Catalina and Big Sur on FileVault-encrypted boot volume on Mac without T2 chip

How to read file and apply substitutions to its content?

nix

How to read a JSON file using Nix?

json nix

What does a question mark mean in Nix when not used in a function definition?

nix

How to package a command-line tool in Nix?

nix