nixos-config/scripts/json-to-nix.sh

5 lines
160 B
Bash
Raw Normal View History

2024-06-30 13:53:40 +03:00
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p nixfmt-rfc-style
nix-instantiate --eval -E "builtins.fromJSON (builtins.readFile "$(realpath $1)")" | nixfmt