Commit 19c95d2fc418

Vincent Demeester <vincent@sbr.pm>
2018-04-28 13:46:57
Add nix-beautify to default profile
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 608f28e
Changed files (1)
profiles
profiles/default.nix
@@ -21,6 +21,7 @@
       tree
       vim
       wget
+      nix-beautify
     ];
   };
   i18n = {
@@ -46,6 +47,7 @@
       (import ../overlays/sbr.overlay.nix)
       # add third-party packages from outside the nixpkgs tree
       (self: super: {
+        nix-beautify = import ../pkgs/nix-beautify { inherit pkgs; };
         home-manager = import ../pkgs/home-manager { inherit pkgs; };
       })
     ];