mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Test some more primops
This commit is contained in:
parent
3d0a9ec825
commit
5ad263c26b
9 changed files with 24 additions and 7 deletions
5
tests/lang/eval-okay-filter.nix
Normal file
5
tests/lang/eval-okay-filter.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
with import ./lib.nix;
|
||||
|
||||
builtins.filter
|
||||
(x: x / 2 * 2 == x)
|
||||
(builtins.concatLists [ (range 0 10) (range 100 110) ])
|
Loading…
Add table
Add a link
Reference in a new issue