An open API service indexing awesome lists of open source software.

https://github.com/haozeke/nixcarp

A repository for derivations to be used to sanitize environments before teaching a carpentries workshop.
https://github.com/haozeke/nixcarp

carpentries git helpers nix

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```bash
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.