nix-community / nix-direnv

A fast, persistent use_nix/use_flake implementation for direnv [maintainer=@Mic92 / @bbenne10]
MIT License
1.59k stars 98 forks source link

Fix local flakes when prefixed with "path:" (again) #479

Closed Mic92 closed 3 months ago

Mic92 commented 3 months ago

This change fixes regression introduced in commit 4bf5d40290981c867d70f6d3c0d505dd03bc2c0d. In particular, we should not be passing flake URI without schema to the nix flake archive command.

@mergify queue

Mic92 commented 3 months ago

https://github.com/nix-community/nix-direnv/pull/478