diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 22:37:39 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 22:37:39 -0200 |
commit | 67e642010bebd95b133592fc81637360d8fae0f0 (patch) | |
tree | 4fa01517bb209580b2030fa92066e3315ae7bd60 /nixos | |
parent | Add shellcheck, github-backup and node2nix packages. (diff) | |
download | dotfiles-67e642010bebd95b133592fc81637360d8fae0f0.tar.gz dotfiles-67e642010bebd95b133592fc81637360d8fae0f0.tar.xz |
Start playing with Dhall to generate yaml.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 657c37b..cfa4b02 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -241,7 +241,8 @@ bats ledger perl - + dhall + dhall-json nodePackages.node2nix shellcheck (haskell.lib.justStaticExecutables haskellPackages.github-backup) |