ParetoOptimalDev
ParetoOptimalDev
> I think the issue is with the optional space matching, followed by optional quote, followed by lazy matching any character. The pattern works on the first one because it...
Nevermind, nix and this regex test differ in result: https://regex101.com/r/DOlw5S/1 ``` nix-repl> builtins.match "'?(.*?)'? *= *'?([^'\n]*)" "a='{\"a\":\"b\"}'" builtins.match "'?(.*?)'? *= *'?([^'\n]*)" "a='{\"a\":\"b\"}'" null ```
- getting the regex to work for the simple cases so far - finish tests, likely needing to tune regex along the way - this to become higher priority for...
> We could have something like > > ```nix > { > services.container.foobar.image = "postgres:14"; > } > ``` > > That would run the `docker` or some other container...
I had to delete the `.devenv` folder for this to work for some reason. But it works after: 1. make `/etc/hosts` writeable 2. delete projects `.devenv` folder 3. `devenv up`...
Is there a good alternative to building nix flake based Haskell projects without IFD?
So the best way to use something like `emacs-overlay` in a flake-parts flake would be this (working) flake? ```nix { description = "Description for the project"; inputs = { nixpkgs.url...
@szlend Thank you so much for that context, that sounds like a good plan.
Can you add a word to the dictionary without the graphical popup?
I also get this error with: OS: NixOS Nvidia Driver Version: 545.29.06