Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

Like home-manager module (which requires Linux) but should work on nix-darwin: ```nix launchd.user.agents.emanote = { serviceConfig.ProgramArguments = [ (lib.getExe inputs.emanote.packages.${system}.default) "-L" "/Users/${flake.config.people.myself}/Notes" "run" "-p" "7000" ]; serviceConfig.RunAtLoad = true; };...

good first issue
Works only on Nix
macOS

Prior to this change, if `secrets.json` had nested secrets ([example](https://github.com/srid/nixos-config/blob/15d848f475efc505107d3faa78c9ab2125e403cd/secrets.json#L8)) we would see this error: ``` sops-install-secrets: Manifest is not valid: secret jenkins-nix-ci/cachix-auth-token/description in /nix/store/wxm763za3rbrpiijfbgss9g5ll0sd29z-secrets.json is not valid: Key 'jenkins-nix-ci'...

Is there any interest in a `flake-parts` module that simplifies the following? https://github.com/nammayatri/common/blob/main/nix/arion.nix The `flake-parts` module would allow setting `dockerCompose` (see the above Nix file), and automatically produce the corresponding...

The repo is archived: https://github.com/ruralad/notedown Should we remove it from the list?

Since I'm no longer using Jenkins.

https://github.com/serokell/deploy-rs Work on my primary machine (macOS) and remotely activate new configuration for Linux machines and such.

https://github.com/srid/nixos-config/blob/688a4ef1cc7a94d849c92c7ebfe77b9df04fe06d/flake.nix#L159-L163

ie., run `nix flake lock` and ensure that no new modifications (unstaged) are made to the `flake.lock` file.

new-hook

When the cabal file has `synopsis` and `description` properties, cabal2nix should translate them to Nix's `meta.description` and `meta.longDescription` correspondingly.

enhancement