update tix

This commit is contained in:
tristan 2024-01-03 08:06:55 +00:00
parent 819efaddf9
commit baa5b6854e
2 changed files with 8 additions and 7 deletions

View file

@ -37,11 +37,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1704202884, "lastModified": 1704267472,
"narHash": "sha256-+Zbr66+jP5Rdn95JAtKw25eyUnhNxS3eUOyIv01MLB8=", "narHash": "sha256-2QfrGFhkXEXRFVL6Lp14rOxNOH17fnZlY/NEqXUp26s=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "32a3950d16e8a1c9413940d940732115cbe13bbd", "rev": "6f4955581b37d2ae079941104df486fd390abd95",
"revCount": 7, "revCount": 15,
"type": "git", "type": "git",
"url": "https://git.tristans.cloud/tristan/tix" "url": "https://git.tristans.cloud/tristan/tix"
}, },

View file

@ -60,9 +60,10 @@
./testing/style.test.nix ./testing/style.test.nix
]; ];
watch = tix.watch "nix run .#test | ${pkgs.fx}/bin/fx" "fx"; dev = tix.watch {
cmd = "nix run .# --show-trace";
dev = tix.watch "nix run .# --show-trace" "caddy"; stop = "pkill caddy";
};
}; };
}; };
} }