Let's try and update this package

This commit is contained in:
Lillian Violet 2023-11-22 15:26:04 +01:00
parent e434b10818
commit 8c6ee6423b
2 changed files with 196 additions and 0 deletions

View file

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