TheEvergreenStateCollege / upper-division-cs-23-24

A Course in Data Structures & Algorithms, Purposeful Web Engineering, Software Construction
https://theevergreenstatecollege.github.io/upper-division-cs/
MIT License
9 stars 4 forks source link

Nixoflife #1543

Closed AbyssalRemark closed 3 months ago

AbyssalRemark commented 4 months ago

A nix version for game of life thus far.

Still has all the rust code in lib.rs, will change soon sense this is software construction. Not warm yet. But, it should work every single time.

poperigby commented 3 months ago

You can use https://github.com/svanderburg/node2nix to declare the Node dependencies in Nix.

poperigby commented 3 months ago

You can also declare the Rust dependencies with https://github.com/cargo2nix/cargo2nix

AbyssalRemark commented 3 months ago

You can also declare the Rust dependencies with https://github.com/cargo2nix/cargo2nix

Going to need to look into that. Either way this should work for now.

poperigby commented 3 months ago

Uhhh you deleted your flake.nix instead of your flake.nix.save. Was that intentional?

AbyssalRemark commented 3 months ago

Uhhh you deleted your flake.nix instead of your flake.nix.save. Was that intentional?

I should not do things at 1 in the morning. face palm

AbyssalRemark commented 3 months ago

Now I think you can merge it @poperigby