Skip to content

Instantly share code, notes, and snippets.

@qknight
Created March 6, 2015 11:05
Show Gist options
  • Save qknight/2789e75a9e37ea71f0b0 to your computer and use it in GitHub Desktop.
Save qknight/2789e75a9e37ea71f0b0 to your computer and use it in GitHub Desktop.
#!/run/current-system/sw/bin/bash
source /etc/profile
echo "====== nix-channel ================================================"
nix-channel --update
echo "====== nixos-rebuild build ========================================"
nixos-rebuild build
echo "====== nix-env --list-generations -p /nix/var/nix/profiles/system ="
nix-env --list-generations -p /nix/var/nix/profiles/system
echo "====== df -h ======================================================"
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment