Skip to content

Commit

Permalink
fix(code): rename to ucode
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Nov 25, 2024
1 parent cb79bbc commit c3bea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
devenv-up = self.devShells.${system}.default.config.procfileScript;
packages.${system}.devenv-test = self.devShells.${system}.default.config.test;
ucode = pkgs.writeShellApplication {
name = "code";
name = "ucode";
runtimeInputs = [ pkgs.openvscode-server ];
text = ''
openvscode-server --update-extensions --disable-telemetry --disable-telemetry --accept-server-license-terms --start-server "$@"
Expand Down

0 comments on commit c3bea70

Please sign in to comment.