Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

In a setup with two Nix Flakes, where one provides a plugin for the other's application, "path <…> is not valid". How to fix that?

go nix go-modules

How to use nix-build -E to build a package with overrides

nix

How do I build a Dioxus bare bones project in Nix?

rust nix dioxus

Set flag in nix package

nix

Is it possible to get the current git SHA when building a Nix project with Hydra?

git haskell nix nix-hydra

NixOS service systemd unit's $PATH does not contain expected dependency

nix nixos

How to allow "unfree" packages in Nix, for each situation?: {NixOS, Nix, Nix with Flakes, Nix with Flakes and Home Manager}

nix nix-flake home-manager

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