mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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
|
||||
pycharm-common = pkg:
|
||||
let
|
||||
myIsDerivation = x:
|
||||
let
|
||||
r = !(myLib.derivations.isBroken x);
|
||||
in
|
||||
;
|
||||
myIsDerivation = x: !(myLib.derivations.isBroken x);
|
||||
interpreters = pkgs: filter (x: myIsDerivation x) (attrValues pkgs.pythonInterpreters);
|
||||
in prev.buildFHSUserEnv rec {
|
||||
name = pkg.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue