Best NixOS Way to Write Your Scripts
Vimjoyer
Discord server: https://discord.gg/AqHbaeK43b
Nix-index database: https://github.com/nix-community/nix-index-database
script in the video:
{ pkgs }:
pkgs.writeShellScriptBin "my-awesome-script"''
echo "hello world" | ${pkgs.cowsay}/bin/cowsay | ${pkgs.lolcat}/bin/lolcat
''
2023-10-03
0.0 LBC
Copyrighted (contact publisher)
9695924 Bytes