mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
15 lines
361 B
Nix
15 lines
361 B
Nix
[
|
|
(builtins.path {
|
|
path = ./.;
|
|
filter = path: _: baseNameOf path == "data";
|
|
recursive = true;
|
|
sha256 = "1yhm3gwvg5a41yylymgblsclk95fs6jy72w0wv925mmidlhcq4sw";
|
|
name = "output";
|
|
})
|
|
(builtins.path {
|
|
path = ./data;
|
|
recursive = false;
|
|
sha256 = "0k4lwj58f2w5yh92ilrwy9917pycipbrdrr13vbb3yd02j09vfxm";
|
|
name = "output";
|
|
})
|
|
]
|