Skip to content

Direnv library to work with Paisano-based projects and Direnv

Notifications You must be signed in to change notification settings

influitive/paisano-nix-direnv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Direnv library to work with Paisano-based projects and Direnv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%