Let's fix azure studio later

This commit is contained in:
Lillian-Violet 2023-11-23 19:07:18 +01:00
parent fb3cb889a6
commit 38b071f0f5

View file

@ -2,5 +2,5 @@
# You can build them using 'nix build .#example' # You can build them using 'nix build .#example'
pkgs: { pkgs: {
# example = pkgs.callPackage ./example { }; # example = pkgs.callPackage ./example { };
azuredatastudio = pkgs.callPackage ./azuredatastudio {}; #azuredatastudio = pkgs.callPackage ./azuredatastudio {};
} }