David Arnold

Results 1203 comments of David Arnold

One thing to keep in mind: the installer _may_ ask for resetting the password. So proper (interactive) piping of `stdin/out/err` over the network is one prerequisite.

I quickly sifted through instances of `mountPoint` in https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/tools/nixos-install.sh the relevant picks: ``` nix-env --store "$mountPoint" "${extraBuildFlags[@]}" \ --extra-substituters "$sub" \ -p "$mountPoint"/nix/var/nix/profiles/system --set "$system" "${verbosity[@]}" # is this necesary...

Maybe this function or part of it can also be hammered into shape to be useful for parsing the cli string into a Vector via the [`parse(try_from_str = parse_key_val)`](https://github.com/clap-rs/clap/blob/69d75949dfe0c0e7e497ca7f167e86a98758ebd8/clap_derive/examples/keyvalue.rs#L29) attribute....

> some sort of machine id From the top of my head: - MAC Address of the main interface - SystemD machine id - EUI-64 ipv6 link-local of the main...

The main issue that I currently see with clap is its lack for dynamic completion support. On the other hand, it is my (first) impression, that clap seems to be...

now, I got a clearer picture what this is all about :smile: @danielphan2003 Can `vs-ext` generalize well enough over `` so that we could actually inaugurate a pkgsSet lib? Or...

I kind of see a `divnix/vim-ext` repo not too far on the horizon. @Th3Whit3Wolf what do you think? It would make more sense to be able to iterate independently of...

> would it be better to have a repo for each  or one repo that has all of them? That depends probably on two things: How much design overlap there...

https://github.com/divnix/vim-ext the project is yours :rocket: