7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
PATH=/run/current-system/sw/bin
|
||
|
|
||
|
nix-env --profile /nix/var/nix/profiles/system --set $(readlink $1/result)
|
||
|
$1/result/bin/switch-to-configuration switch
|