Kosyrev Serge
Kosyrev Serge
@Gabriel439, I would say that we're missing a _pure_ option of using the environment vars, as follows: ``` [nix-shell:~/src/iohk]$ echo $FOO [nix-shell:~/src/iohk]$ FOO=1 bash -c 'echo $FOO' 1 [nix-shell:~/src/iohk]$ echo...
@Gabriel439, strictly speaking you're right -- but do you also think that this is a bit cumbersome, and desirable to be improved?
Blocks https://github.com/input-output-hk/cardano-sl/pull/4252
@jwiegley, do you have any plans on releasing the v4 branch?
@mariaa144, off topic -- I'm intrigued that you mention running SimplexChat on NixOS -- how are you doing this -- are you importing its repository through the flake?
These two PRs at least fix `master` with the SSH backend: - https://github.com/NixOS/nixpkgs/pull/281879 - https://github.com/NixOS/nixpkgs/pull/281883
@gracjan, @ivan-m, the sister-project, https://github.com/jyp/dante, implements this using directory-local variables, in an exceptionally clever way -- all that is needed is a single `defcustom`: https://github.com/jyp/dante/blob/master/dante.el#L99 Then, we only need to...
Why? This is essentially project configuration, as far as I can see. Since the picking of the default cabal target is not really deducible in the general case [1], I...
@aspiers, I have actually been using this code, and it proved to be useful -- until I've hit another peculiarity of topgit, which made me abandon it. Namely, I have...
cc @bos