mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
This does not include any automation for the release branch, but is based on the configuration of https://github.com/NixOS/nix/pull/12349 pre-commit run -a nixfmt-rfc-style
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";
|
|
})
|
|
]
|