nixpkgs/pkgs/applications/editors/vscode/extensions/updateSettingsTest.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
111 B
Nix
Raw Normal View History

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