-
-
Save asymmetric/a63f9e3751fec6126c7471a7d0c1d1f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
pkgs = import <nixpkgs> {}; | |
c = "${pkgs.yq}/bin/yq . < ${~/code/dotfiles/home/solarized-light-256.yml}"; | |
s = toString c; | |
j = builtins.fromJSON s; | |
in | |
pkgs.runCommand "colors" {} "${j} > $out" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment