forked from lix-project/lix
Fix indentation error in flake.nix
This commit is contained in:
parent
2cb9c7c681
commit
e938912cff
|
@ -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…
Reference in a new issue