Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03ae4ab

Browse files
committed
Fix all packages
1 parent e6c4da3 commit 03ae4ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,17 @@
124124
};
125125
in
126126
{
127-
defaultPackage = formatter; # or replace it with your desired default package.
128127
devShell = pkgs.mkShell {
129128
shellHook = ''
130129
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
131130
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
132131
'';
133132
};
134133
packages = {
134+
all = pkgs.buildEnv {
135+
name = "coder";
136+
paths = devShellPackages;
137+
};
135138
site = buildSite;
136139

137140
# Copying `OS_ARCHES` from the Makefile.

0 commit comments

Comments
 (0)