/paisano-nix-direnv

Direnv library to work with Paisano-based projects and Direnv

Primary LanguageShell

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