Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nix

Nix derivation error: unpacker produced multiple directories

nix nixpkgs nix-flake

How to enable an optional build dependency using nix-shell?

python opencv gtk nix nixos

How to write a shell.nix file which combines other nix-shell environments?

haskell nix nixpkgs

Is there a way to see the actual computed / generated "output" system configuration built and activated on NixOS?

nix nixos

In nixos, what is the difference between installing from pkgs or python311Packages

python nix nixos

How to import nixos config and merge it with nixops deployment expression

nix nixos nixops

Building NixOS AMI image for Amazon from Nix on non-NixOS Linux

nix nixos nixpkgs

nix-build: bash permission denied

nix

nix-prefetch-git sha256 requirement with using a revision over a tag

git nix nixpkgs

How can I define a Nix environment that defaults to Python 3.5

python nix

Nix: Map list of keys to attribute set members

Docker — Cannot connect to the Docker daemon at unix:///var/run/docker.sock

docker nix nixpkgs

Nix how to use alternative store path for CI caching

nix

Failed when `nix-build hello.nix`

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