1
0
Fork 0

Tiny fixes

This commit is contained in:
Malte Brandy 2019-08-02 06:07:54 +02:00
parent 0094c04848
commit e9cc17ab20
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ in rec {
homes = [ "apollo" "hera" "hephaistos" ];
keys = [ "default" "apollo" "hera" ];
test-config = writeHaskellScript {
name = "test--config";
name = "test-config";
bins = [ test-system-config test-home-config pkgs.git niv pkgs.git-crypt ];
imports = [
"Control.Exception (bracket)"

View file

@ -45,8 +45,8 @@ in rec {
(BSC.isInfixOf (BSC.pack "GW2.exe") (LBSC.toStrict processes))
waitForExit
main = do
withCurrentDirectory "/home/maralorn/GW2" $ exe "./play.sh"
waitForExit
withCurrentDirectory "/home/maralorn/GW2" $ exe "./play.sh"
waitForExit
'';
laptop-home-pkgs = {