Skip to content

DavHau/direnv-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

direnv-sandbox has moved

This project has moved to DavHau/sbox.

The direnv integration lives at DavHau/sbox/direnv-sandbox.

Please update your flake inputs:

# Before
direnv-sandbox.url = "github:DavHau/direnv-sandbox";

# After
sbox.url = "github:DavHau/sbox";

Use the new module names:

# NixOS
sbox.nixosModules.direnv-sandbox

# Home Manager
sbox.homeManagerModules.direnv-sandbox

And move your sandbox configuration from programs.direnv.sandbox to programs.sbox:

# Before
programs.direnv.sandbox = {
  enable = true;
  bind."$HOME/.cache" = {};
  network = "isolated";
};

# After
programs.sbox = {
  bind."$HOME/.cache" = {};
  network = "isolated";
};
programs.direnv.sandbox.enable = true;

About

Sandbox all direnv environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors