mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
7 lines
114 B
Nix
7 lines
114 B
Nix
with import <nixpkgs> { };
|
|
callPackage (import ./updateSettings.nix) { } {
|
|
settings = {
|
|
a = "fdsdf";
|
|
};
|
|
}
|