Kornel Jahn
Results
2
issues of
Kornel Jahn
Multi-line inherit constructs with comments, such as ``` environment.systemPackages = builtins.attrValues { inherit (pkgs) foo # foo bar # bar ; }; ``` are re-formatted as ``` environment.systemPackages = builtins.attrValues...
bug
needs triage
It seems that variable `condaInitScript` is not used by `fhsCommand` in [default.nix](https://github.com/olynch/scientific-fhs/blob/425cf6909a3e6e7a793d54681297fa9b30efc1d4/default.nix#L160). Therefore, the commands in `condaInitScript` need to be run manually at first use.