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