nixos
NixOS yboutros 8mo ago 100%

Replacing docker/podman with Nixos?

I setup a next.js project with pkgs.mkshell, and used nix develop to automatically build the project. However, when I leave the shell, the files persist. How should/can(?) I setup my shell.nix so that files in the directory it drops down into are automatically removed when leaving the ephemeral shell?

12
3
Comments 3