Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

It should look at `inputs` and filter out those default inputs that do not exist. cf. https://github.com/srid/nixos-flake/discussions/37

enhancement

Once https://github.com/NixOS/nixpkgs/pull/251369 is merged

From https://app.element.io/#/room/#zero-to-flakes:matrix.org

documentation

``` + nix run '.#homeConfigurations."john".activationPackage' warning: creating lock file '/Users/srid/code/nixos-flake/examples/home/flake.lock' warning: Git tree '/Users/srid/code/nixos-flake' is dirty Starting Home Manager activation Error: HOME is set to "/Users/srid/code/nixos-flake/examples/home/tmp/home" but we expect "/Users/john"...

Just have `nix run .#activate -- --home` do this, rather than having a 2nd flake app.

good first issue

cf. ``` ❯ > nix store diff-closures /nix/var/nix/profiles/system-151-link /nix/var/nix/profiles/system-152-link Agda: -1755.7 KiB ChasingBottoms: -20.8 KiB JuicyPixels: -97.2 KiB aeson: +84.2 KiB aeson-pretty: -8.6 KiB attoparsec: +18.9 KiB bifunctors: +33.1 KiB...

enhancement

cf. https://github.com/juspay/nix-dev-home/blob/b772f2e3408fd3244b1155d41dd86f19dbd61876/home.nix#L25-L28

https://nix.dev/tutorials/integration-testing-using-virtual-machines We want to test that running `nix run .#activate` (on `./examples/*`) will do what it is supposed to do.

The second commit in PR #127 has the commit message [use same installer](https://github.com/juspay/services-flake/pull/127/commits/dc1c67fd0addf1b20ddd55f4b0631db67431f50b) - yet the pre-commit check did not catch it, as it doesn't comfort to conventional commits spec.

bug

The following services are missing docs: - [ ] Apache Kafka - [x] [[clickhouse]]# - [ ] Elasticsearch - [x] MySQL - [ ] Nginx - [x] PostgreSQL - [...

documentation