Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Nov 28, 2023
1 parent e11ffac commit 7c5a9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
go-task
neovim
goreleaser.goreleaser-pro
neofetch
glow
Expand Down
5 changes: 2 additions & 3 deletions packages/homer.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ writeText, stdenv, fetchzip, pkgs, ... }:
{ stdenv, fetchzip, pkgs, ... }:
let
formatYaml = pkgs.formats.yaml { };
config = formatYaml.generate "config.yml" {
Expand Down Expand Up @@ -61,8 +61,7 @@ let
];
};
in
stdenv.mkDerivation
rec {
stdenv.mkDerivation rec {
name = "homer";
version = "23.10.1";
src = fetchzip {
Expand Down

0 comments on commit 7c5a9ce

Please sign in to comment.