Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkShellMinimal: Create an ultra minimal nix-shell #132617

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2021

  1. mkShellMinimal: Create an ultra minimal nix-shell

    This shell is inspired by my post
    https://fzakaria.com/2021/08/02/a-minimal-nix-shell.html and a follow-up
    post by https://github.com/jappeace/mt-shell
    
    The goal is to provide the facility to create an ultra-lightweight
    nix-shell that only has bash as the direct dependency. Users can set
    environment variables and add packages but the feature-set is purposely
    minimal.
    
    Update pkgs/build-support/mkshell/minimal.nix
    
    Co-authored-by: tomberek <[email protected]>
    
    Update pkgs/build-support/mkshell/minimal.nix
    
    Co-authored-by: Ben Siraphob <[email protected]>
    
    Update pkgs/build-support/mkshell/minimal.nix
    
    Co-authored-by: Robert Hensing <[email protected]>
    fzakaria and roberth committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    4597715 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Update pkgs/build-support/mkshell/minimal.nix

    Co-authored-by: Sandro <[email protected]>
    fzakaria and SuperSandro2000 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d6a34c2 View commit details
    Browse the repository at this point in the history