Oto Brglez
Oto Brglez
Hey! I found out that I get this error if I have any "hidden" (folders starting with a dot, i.e. `.devenv`, `.direnv`) in the same folder where the project lives....
After talking to @szlend I've changed my `direnv.nix` to something similar to this: ```nix { pkgs, lib, config, inputs, ... }: { env.NIX_ENFORCE_PURITY = 0; env.RUST_BACKTRACE = "full"; packages =...
**+1 for this error.** There is currently no way to add custom packages to a Docker image unless you build a new "base image", push it to the registry, and...