Skip to content

Commit

Permalink
Fix indentation error in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jan 17, 2024
1 parent 2cb9c7c commit e938912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@
perl-bindings = final.nix-perl-bindings;
};

nix-perl-bindings = final.callPackage ./perl {
inherit fileset stdenv;
};

nix-perl-bindings = final.callPackage ./perl {
inherit fileset stdenv;
};

};

in {
# A Nixpkgs overlay that overrides the 'nix' and
# 'nix.perl-bindings' packages.
Expand Down

0 comments on commit e938912

Please sign in to comment.