dotfiles/bin/update_userspace.sh

5 lines
122 B
Bash
Raw Permalink Normal View History

2016-08-26 18:12:45 +02:00
#!/usr/bin/env bash
2018-03-10 18:50:42 +01:00
set -e
nix build --no-link -f '<nixpkgs>' hosts.$(hostname -s)
2016-08-26 18:12:45 +02:00
nix-env -iA nixos.hosts.$(hostname -s)