summary refs log blame commit diff
path: root/pkgs/misc/vscode-extensions/updateSettingsTest.nix
blob: 097b9cad1661698886466e7f37891a5a520a9f34 (plain) (tree)
1
2
3
4
5
6





                                              
with import <nixpkgs>{};
callPackage (import ./updateSettings.nix) {} {
  settings = {
    a = "fdsdf";
  };
}