-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Expected behavior: the locked index should be cached as long as the GC root is pinned.
Observed: [155.8 MiB DL] downloading 'https://github.com/NixOS/nixpkgs/archive/ae5c332cbb5827f6b1f02572496b141021de335f.zip' after an hour.
I think this is an upstream issue, maybe the one discussed in https://discourse.nixos.org/t/pinned-nixpkgs-keeps-getting-garbage-collected/12912, but as honestly this is a huge usability papercut for devenv (I'd like to use it broadly, but these frequent refetches are too much) it seems wise to track here to move towards a solution. LMK if this is a dupe or something peculiar to my nix config. My devenv.yaml looks like:
inputs:
nixpkgs:
# use nixpkgs from system registry.
url: nixpkgs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working