blob: 347a7af16fa6fedf3518e8caec13045acf80137b (
plain)
1
2
3
4
5
6
7
|
---
tags:
- nix
---
From this repo it looks like we can convert JSON into Nix using `nix-instantiate --expr --eval builtins.fromJSON <jsonfile> `
https://github.com/Janik-Haag/nm2nix/blob/main/nm2nix.py
|