mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
7 lines
111 B
Nix
7 lines
111 B
Nix
|
with import <nixpkgs>{};
|
||
|
callPackage (import ./updateSettings.nix) {} {
|
||
|
settings = {
|
||
|
a = "fdsdf";
|
||
|
};
|
||
|
}
|