5 lines
71 B
Bash
5 lines
71 B
Bash
|
#!/bin/sh
|
||
|
pushd ~/nix-config
|
||
|
sudo nixos-rebuild switch --flake .#
|
||
|
popd
|