Results 14 comments of Martin Toman

The keyboard I'm using does not have pg up/pg down. Perhaps also implementing / (full page forward/full page backwards) and / (half page down, half page up) would be nice,...

That is still a cumbersome combination of keys as it requires to completely change the hand position on the keyboard (as basically anything involving arrow keys). That's why j/k/control+d/control+u would...

Have you tried `inject`ing the missing dependency? There is an example of this in the README.

## pnpm workspaces example: https://github.com/vuejs/core [pnpm workspaces](https://pnpm.io/workspaces) are defined a bit different than [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) The discoverer will need to be extended to handle pnpm projects.

I tried running this with: ```nix { inputs = { dream2nix.url = "github:nix-community/dream2nix"; nixpkgs.url = "github:nixos/nixpkgs"; nixpkgs.follows = "nixpkgs"; }; outputs = { self, dream2nix, nixpkgs }@inp: (dream2nix.lib.makeFlakeOutputs { systems...

@DavHau Added descriptions for the integration tests @yusdacra The test runner is not the same, for examples we are running `nix check` and don't evaluate haskell packages, for the integration...

- [ ] add meta to packages - like #294 - [ ] php versions - right now it's just php 8.1 from nixpkgs or abort if incompatible - get...

Also in case there are multiple packages at the same depth, being able to set something like a `defaultPackageName` attribute in `dream2nix.lib.makeFlakeOutputs` would be nice.

Yes, that works. I would like to see this as a `makeFlakeOutputs` option, so that `dream2nix` can be a really easy tool for nix beginners.

@smarquez1 just checked, yep it works.