Nix

2 posts tagged with "nix"

Yubikey And NixOS. The Lore

Arch Wiki, as always amazing: https://wiki.archlinux.org/title/YubiKey#Troubleshooting NixOS Wiki for setting up Yubikey: https://nixos.wiki/wiki/Yubikey In-Between, troubles with GnuPG and pcscd (ex…
Read more →

shell and nix, AND 'shebangs'!

With nix, I can write shell scripts that require some packages by using nix-shell as the interpreter. To do this, I just need to put nix-shell in the shebang: #! /usr/bin/env nix-shell #! nix-shell -i…
Read more →