Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

ghsable/fast-nix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-nix-shell

built with nix
fast-nix-shell is fast nix-shell.

Requestment

Usage/Example

[user@host:~]$ ${HELLO}
[user@host:~]$ cowsay -d -f www -p
The program 'cowsay' is not in your PATH. It is provided by several packages.

[user@host:~]$ cd ~/fast-nix-shell
direnv: loading ~/fast-nix-shell/.envrc

[user@host:~/fast-nix-shell]$ ${HELLO} | cowsay -d -f www -p
 _______________
< VMS must die! >
 ---------------
        \   ^__^
         \  (@@)\_______
            (__)\       )\/\
             U  ||--WWW |
                ||     ||

[user@host:~/fast-nix-shell]$ cd ..
direnv: unloading

[user@host:~]$ ${HELLO}
[user@host:~]$ cowsay -d -f www -p
The program 'cowsay' is not in your PATH. It is provided by several packages.

Troubleshooting

direnv: error ~/fast-nix-shell/.envrc is blocked. Run direnv allow to approve its content

[user@host:~/fast-nix-shell]$ direnv allow

License

MIT

Releases

No releases published

Packages

No packages published

Languages