about summary refs log tree commit diff
path: root/pkgs/misc/vscode-extensions/updateSettingsTest.nix
blob: 097b9cad1661698886466e7f37891a5a520a9f34 (plain) (blame)
1
2
3
4
5
6
with import <nixpkgs>{};
callPackage (import ./updateSettings.nix) {} {
  settings = {
    a = "fdsdf";
  };
}