Skip to content

A repository for derivations to be used to sanitize environments before teaching a carpentries workshop.

License

Notifications You must be signed in to change notification settings

HaoZeke/nixCarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

I worry about using my own configuration for teaching carpentries workshops. So I set up my own little nix derivation to contain only what most other participants will have.

Usage

Assuming you have nix all set and ready, simply run the following:

nix-shell myCarpShell.nix  --run "bash -l"

The -l flag ensures that the user's $HOME/.bashrc is not sourced. Typically this is a better default as most people do not modify /etc/profile which is a good thing.

About

A repository for derivations to be used to sanitize environments before teaching a carpentries workshop.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages