Results 19 issues of Ivan Mincik

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
status: stale
triage

Implement GET request response paging

**Describe the bug** Devenv search is slow even when searching multiple times for the same package. This doesn't happen when using raw `nix search`. **To reproduce** * nix search -...

bug

**Describe the bug** Devenv is crashing when I try to follow nixpkgs version provided by custom flake. **To reproduce** I want to use nixpkgs in the version as my `geospatial-nix`...

bug

**Describe the bug** Error message is printed when correctly exiting container. **To reproduce** * Run container ``` devenv container run shell ``` * Correctly exit container using `exit` command ```...

bug

Please add possibility to search for packages in custom input flakes. For example, if I add `geospatial-nix` flake as additional input: devenv.yaml ``` inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling geonix: url: github:imincik/geospatial-nix...

enhancement