Skip to content

Commit

Permalink
add formatter to flixify
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 25, 2023
1 parent 4569a0e commit 86787ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dotfiles/zsh/flixify.sh
Expand Up @@ -15,7 +15,12 @@ flixify() {
echo ' outputs = inputs:'
echo ' inputs.flake-utils.lib.eachDefaultSystem (system:'
echo ' let pkgs = import inputs.nixpkgs { inherit system; };'
echo ' in { devShell = pkgs.mkShell { packages = [ ]; }; });'
echo ' in { '
echo ' formatter = pkgs.nixpkgs-fmt;'
echo ''
echo ' devShell = pkgs.mkShell { packages = [ ]; };'
echo ' };'
echo ' );'
echo '}'
) > flake.nix
fi
Expand Down

0 comments on commit 86787ab

Please sign in to comment.