1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge remote-tracking branch 'origin/master' into flakes

This commit is contained in:
Eelco Dolstra 2020-03-04 13:58:42 +01:00
commit 73b6d87e17
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
11 changed files with 93 additions and 51 deletions

View file

@ -0,0 +1 @@
500500

View file

@ -0,0 +1,3 @@
with import ./lib.nix;
builtins.foldl' (x: y: x + y) 0 (range 1 1000)