Hacker News new | ask | show | jobs
by sph 1306 days ago

    (import ./default.nix).eval {} ''
That's no S-expression.
1 comments

Ha ha, I had the same initial reaction. That's regular Nix code, which is used to run the Lisp code (the stuff between the first '' and the last '').