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