mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays] fix syntax error
This commit is contained in:
parent
e82629a01b
commit
65e6e93be8
1 changed files with 1 additions and 5 deletions
|
|
@ -93,11 +93,7 @@ in
|
||||||
(final: prev: let
|
(final: prev: let
|
||||||
pycharm-common = pkg:
|
pycharm-common = pkg:
|
||||||
let
|
let
|
||||||
myIsDerivation = x:
|
myIsDerivation = x: !(myLib.derivations.isBroken x);
|
||||||
let
|
|
||||||
r = !(myLib.derivations.isBroken x);
|
|
||||||
in
|
|
||||||
;
|
|
||||||
interpreters = pkgs: filter (x: myIsDerivation x) (attrValues pkgs.pythonInterpreters);
|
interpreters = pkgs: filter (x: myIsDerivation x) (attrValues pkgs.pythonInterpreters);
|
||||||
in prev.buildFHSUserEnv rec {
|
in prev.buildFHSUserEnv rec {
|
||||||
name = pkg.name;
|
name = pkg.name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue