Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 6 lines 114 B view raw
1with import <nixpkgs> { }; 2callPackage (import ./updateSettings.nix) { } { 3 settings = { 4 a = "fdsdf"; 5 }; 6}