mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
7 lines
111 B
Nix
7 lines
111 B
Nix
with import <nixpkgs>{};
|
|
callPackage (import ./updateSettings.nix) {} {
|
|
settings = {
|
|
a = "fdsdf";
|
|
};
|
|
}
|