Let's fix azure studio later

This commit is contained in:
Lillian Violet 2023-11-23 19:07:18 +01:00
parent cab2b4f7a6
commit 61f87d59b9

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 {};
} }