Shivaraj B H

Results 86 comments of Shivaraj B H

I would be happy to help here as well!

I am trying to write the test for this. Here's how the `nixos-test.nix` looks: ```nix nested-json = makeTest { name = "sops-nested-json-secrets"; nodes.server = { imports = [ ../../modules/sops ];...

Yeah you are right, both the files are same which is not supposed to be the case. You can actually replace that config.py with the one here, https://github.com/ryankiros and got...

https://github.com/llSourcell/AI_Writer/issues/5 check my responses in the given link. I managed to fix the issue.

I have found a fix for the issue. You can get the config.py flie from this link https://github.com/ryankiros and going to this storyteller repo. After replacing the file if you...

> arionProjectModule. in perSystem: some settings or logic that were defined with definitions for some platform in scope. Both perSystem and arion modules take a system parameter, so this is...

> Another example: [services-flake](https://github.com/juspay/services-flake/tree/main/.github/workflows) which currently updates 4 lock files: > > > This ends up creating 4 [PRs](https://github.com/juspay/services-flake/pulls?q=is%3Apr+%22Update+lock%22) every week: > > Multiple workflow files is now replaced with...

Works for me on macOS. I am on latest home-manager. ```nix { zsh = { enable = true; enableAutosuggestions = true; }; } ``` This option has now been renamed...