tomberek
tomberek
Something along the lines of: ``` nix-editor [OPTIONS] [ [--val ]]... nix-editor file.nix name1 --val 0 name2 --val 2 ``` or even perhaps take a json? ``` { "name1": 0,...
Not 100% sure why this is happening, but it fixes the error below: ``` In file included from include/cpp-semver.hpp:4, from example/demo.cpp:1: include/base/type.hpp:12:3: error: expected class-name before '{' token 12 |...
Note: this is just for the `nom ` usage. But a similar trick can be used for `nom-build`. Adds bash completion calling nix's and correcting the order of the args....
Provides special handling for inputs.self. If submodule is set to true, will re-call getFlake as if the original reference was set. The intended behavior is for CLI management of the...
Re-connect
I'm getting some re-connection difficulties. 1) Two clients connect (one is a phone). 2) Phone display is turned off. 3) 2 minutes later the connection is broken and the other...
Situation: ``` { outputs = {...}: { a = {}; }; } ``` Running `nix-editor test.nix outputs.a -v 1` produces: ``` { outputs = {...}: { a = 1; };...
Note the mismatch between the name of the job and the variable it is referred to as "job" vs "jobXX". ``` # services.nix job = { name = "jobXX"; pkg...
? rerun?, or just a simple script. I plan to bundle it all via a single executable `ca` via AppImage which can install all of it's expected environment.