mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
316 B
316 B
synopsis | issues | prs | ||
---|---|---|---|---|
No longer copy flakes that are in the nix store | 10435 |
|
Previously, we would duplicate entries like path:/nix/store/*
back into the Nix store.
This was prominently visible for pinned system flake registry entries in NixOS, e.g., when running nix run nixpkgs#hello
.