mirror of
https://github.com/sbrow/nix.git
synced 2026-08-26 10:53:31 -04:00
feat: Added python playwright config.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
mail.command = "${pkgs.mailhog}/bin/MailHog";
|
||||
web.command = "${pkgs.caddy}/bin/caddy run";
|
||||
web.is_elevated = true;
|
||||
docs.command = "${pkgs.pkgsite}/bin/pkgsite --http localhost:6060";
|
||||
docs.command = "${pkgs.unstable.pkgsite}/bin/pkgsite --http localhost:6060";
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell
|
||||
|
||||
Reference in New Issue
Block a user