Skip to content

binilbp/Flakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flakes

Nix Flakes Repository

Usage

Commands are to be executed from the same dir of Nix flake

devShells

For Activating dev shell with user shell and config (here zsh):

nix develop --command zsh -i

For Activating dev shell with the default bash shell:

nix develop 

Interactive Shell Activation
execute devshell_choice.sh script to get an interactive shell activation.(NOTE: this command uses zsh, remove "--command zsh -i" from the script if you dont want zsh.

# grant execution permission for the script
chmod +x ./devshell_choice.sh
# execute the script 
./devshell_choice.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors