mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Fix indentation error in flake.nix
This commit is contained in:
parent
2cb9c7c681
commit
e938912cff
1 changed files with 4 additions and 4 deletions
|
|
@ -197,12 +197,12 @@
|
||||||
perl-bindings = final.nix-perl-bindings;
|
perl-bindings = final.nix-perl-bindings;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-perl-bindings = final.callPackage ./perl {
|
nix-perl-bindings = final.callPackage ./perl {
|
||||||
inherit fileset stdenv;
|
inherit fileset stdenv;
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
# A Nixpkgs overlay that overrides the 'nix' and
|
# A Nixpkgs overlay that overrides the 'nix' and
|
||||||
# 'nix.perl-bindings' packages.
|
# 'nix.perl-bindings' packages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue