Skip to content

Commit

Permalink
remove newlines in nixify script
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 6, 2020
1 parent d426dbe commit 33e2477
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dotfiles/zsh/nixify.sh
Expand Up @@ -14,9 +14,7 @@ nixify() {
echo '{ ... }:'
echo 'let'
echo ' sources = import ./nix/sources.nix;'
echo
echo ' nixpkgs = import sources.nixpkgs { };'
echo
echo ' niv = import sources.niv { };'
echo 'in with nixpkgs;'
echo 'stdenv.mkDerivation {'
Expand Down

0 comments on commit 33e2477

Please sign in to comment.