5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pushd ~/projects/sisyphus/nixos
|
|
nix build .#homeManagerConfigurations.tdpeuter.activationPackage
|
|
./result/activate
|
|
popd
|