1with import <nixpkgs> { }; 2callPackage (import ./updateSettings.nix) { } { 3 settings = { 4 a = "fdsdf"; 5 }; 6}