| 25 Mar 2024 |
Pablo Escodebar | I started another iteration of implementing the game of life with nix, this time using nix-unit.
I’m kind of lost.
Can someone provide a repo with a “add” function and a simple test, so I have a structure and understand better how to work with nix-unit? | 14:05:11 |
Marc Jakobi | nix flake init "github:mrcjkb/flakes#nix-unit"
| 14:53:39 |
Marc Jakobi | Has one succeeding and one failing test for an add function | 14:53:57 |
Marc Jakobi | * nix flake init -t "github:mrcjkb/flakes#nix-unit"
| 14:54:08 |
Pablo Escodebar | Thanks Marc Jakobi! I appreciate it a lot! | 15:33:27 |
| 26 Mar 2024 |
Marc Jakobi | I'm trying to package some proprietary garbage with buildFSHEnv[Bubblewrap]. It expects to be able to create a license file in /opt/<pkg-name>.
Does anyone have some pointers that could help me figure out to get this working?
| 13:54:11 |
Marc Jakobi | 🤔I think I can use buildFSHEnvBubblewrap in the installPhase and initialise the license there. | 14:06:16 |
Marc Jakobi | That seems to work 🤦 | 14:22:09 |
ners | Please share the thing you're packaging, a friend of mine has a similar piece of proprietary software that he'd like to package with FHS. | 14:51:04 |
Marc Jakobi | Will do, once I'm done. I might still have some quirks to iron out. | 14:51:50 |
Marc Jakobi | Out of curiosity, what is your friend packaging? | 14:52:03 |