1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

Make nix-shell work when nixpkgs is content-addressed

Fix #5259
This commit is contained in:
regnat 2021-11-26 09:56:48 +01:00
parent 5fcf7f04a9
commit 05081bedc1
4 changed files with 30 additions and 26 deletions

1
tests/ca-shell.nix Normal file
View file

@ -0,0 +1 @@
{ ... }@args: import ./shell.nix (args // { contentAddressed = true; })