diff options
author | EuAndreh <eu@euandre.org> | 2019-05-25 10:54:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-25 10:54:43 -0300 |
commit | 6fbe3d73cf5d3c074aaf6666976a140246dbeded (patch) | |
tree | b70f618c411e1ed432416906d1c5073a49666cb3 /nixos/configuration.nix | |
parent | notmuch.el (diff) | |
download | dotfiles-6fbe3d73cf5d3c074aaf6666976a140246dbeded.tar.gz dotfiles-6fbe3d73cf5d3c074aaf6666976a140246dbeded.tar.xz |
Add nixfmt package
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 99485f7..dc5f8cf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -86,8 +86,13 @@ in doCheck = false; }); + + nixfmt = import (builtins.fetchTarball "https://github.com/serokell/nixfmt/archive/master.tar.gz") { }; + # https://github.com/nixos/nixpkgs/blob/0d202221f98e500f1df79112dc464d013eefcdae/pkgs/development/web/nodejs/v10.nix#L4 in with pkgs; [ + nixfmt + ## Personal data tools gitAndTools.git-open |