mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
Make the file cache keyed on SourcePath
This commit is contained in:
parent
bc57bd2202
commit
cd893a22f5
7 changed files with 28 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ command, renderLinks ? false }:
|
||||
|
||||
with builtins;
|
||||
with import ./utils.nix;
|
||||
with import <nix/utils.nix>;
|
||||
|
||||
let
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue