Quick installation script for Nix with flakes support.
curl -fsSL https://raw.githubusercontent.com/voidtek/nixpkgs/main/scripts/install.sh | bashWhat it does:
- Installs Nix package manager
- Enables flakes and nix-command features
- Configures trusted users
- Sets up Fish shell integration
All scripts are executable and can be run directly:
./scripts/install.sh- Make scripts executable (
chmod +x) - Add error handling with
set -e - Include help text with
-hflag - Test on clean systems before committing