mlabs-haskell / spo-anywhere

Install Cardano nodes anywhere with the help of NixOS
https://mlabs-haskell.github.io/spo-anywhere/
Apache License 2.0
1 stars 0 forks source link

Dummy NixOS module #4

Closed aciceri closed 8 months ago

aciceri commented 9 months ago

Basic NixOS module which does nothing particular, useful just for having a structure in the repository and test CI. Do we want to keep it in cardano.nix perhaps? While I like the idea I'm not sure if it's worth because it could be annoying having to update the cardanoNix input every time. What I usually do in these cases is changing the input from a github url to a local path. But still, every time we want to push something here we need to push it to cardano.nix before. I'm uncertain to be honest, maybe we can keep the module here for now and move it to cardano.nix later when it will need less frequent changes.

@avnik What do you think?

avnik commented 9 months ago

@aciceri you can use --override-input for testing purposes.

My opinion, we should have only SPO specific code in this repo, but also possible to develop feature here, then move to cardano.nix