Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 727 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 727 Bytes

Paisano Direnv Support

Usage

direnv fetchurl https://raw.githubusercontent.com/paisano-nix/direnv/main/lib
.envrc without watcher
#! /bin/sh

source $(fetchurl https://raw.githubusercontent.com/paisano-nix/direnv/main/lib <hash>)

use env //repo/shells/default
.envrc with simple watcher
#! /bin/sh

source $(fetchurl https://raw.githubusercontent.com/paisano-nix/direnv/main/lib <hash>)

use envreload //repo/shells/default
.envrc with multiple watcher
#! /bin/sh

source $(fetchurl https://raw.githubusercontent.com/paisano-nix/direnv/main/lib <hash>)

use envreload //repo/shells/default \
  //repo/config/default \
  //repo/packages