Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c4da3 commit 03ae4abCopy full SHA for 03ae4ab
flake.nix
@@ -124,14 +124,17 @@
124
};
125
in
126
{
127
- defaultPackage = formatter; # or replace it with your desired default package.
128
devShell = pkgs.mkShell {
129
shellHook = ''
130
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
131
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
132
'';
133
134
packages = {
+ all = pkgs.buildEnv {
135
+ name = "coder";
136
+ paths = devShellPackages;
137
+ };
138
site = buildSite;
139
140
# Copying `OS_ARCHES` from the Makefile.
0 commit comments