Skip to content

Commit

Permalink
fix(code): rename to ucode to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Nov 25, 2024
1 parent 0df6a33 commit d1c4a57
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 @@ -31,7 +31,7 @@
{
devenv-up = self.devShells.${system}.default.config.procfileScript;
packages.${system}.devenv-test = self.devShells.${system}.default.config.test;
code = pkgs.writeShellApplication {
ucode = pkgs.writeShellApplication {
name = "code";
runtimeInputs = [ pkgs.openvscode-server ];
text = ''
Expand Down

0 comments on commit d1c4a57

Please sign in to comment.