2020-08-16 18:38:14 +02:00
|
|
|
set -euo pipefail
|
|
|
|
|
2020-08-16 21:45:50 +02:00
|
|
|
nixos-rebuild \
|
|
|
|
-I nixos-config=/home/wpcarro/briefcase/nixos/socrates/configuration.nix \
|
|
|
|
-I nixpkgs=/home/wpcarro/nixpkgs \
|
|
|
|
-I depot=/home/wpcarro/depot \
|
|
|
|
-I briefcase=/home/wpcarro/briefcase \
|
|
|
|
switch
|