evrim
evrim
Hey there, Thanks for the quick answer. Are there any unit/timer definitions somewhere for morph that I can employ for a nix.autoUpgrade replacement on my local machine? evrim.
Thnx for your clever solution. It led me thinking. ``` { config, lib, pkgs, ... }@args: let repo = pkgs.nix-gitignore.gitignoreSource [] ./..; nixos-config = "${repo}/network/${config.networking.hostName}/default.nix"; nixPath = [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" "nixos-config=${nixos-config}"...
Hm, I thought I could find a fixpoint for the configs yet no luck. Any ideas?
Finally I got it working. Basically the derivation outputs its path to config for the next time. Meh, spent so many hours on this :( Let's see whether the GC...
Just add the following that will prevent GC collecting the nixos-config. ``` environment.systemPackages = [ repo ]; ``` Hope we'll never have to deal with this again. evrim.
I need this too for ecl coroutines support. I've implemented the API but bdwgc collects all the way in and I get segfault. ecl uses setjmp/longjmp to manage non-local exits.
Hey there, I must admit I'm a little bit confused here. Linux has already support for Chacha20Poly1305 under lib/ and relevant arch/, why do we need another implementation?
I am also interested in finding invoices for a particular recurring_id. I think that's not possible atm, right? Btw, client_id does not appear in the parameter/query list when I generate...
Hey @garbas , Hope you are doing OK since we've last met. Let me know what you need and I'll implement. I have some medical situation going on right now...
It would be wise to attach keys to releases. This way there will be no need track key start/expiration dates separately, the release number will tell. If a key is...