Casey Ransom
Casey Ransom
I happened to run into this now. We use Apartment to segregate tenants into different schemas (this is postgresql parlance) of the database for data segregation and are looking into...
I have a particular use case where if sops-nix were to switch to a systemd service, it would open up secrets usage for short lived systems. Right now, sops-nix assumes...
I need to revisit this as I'd like to try out the 4.4 kernel. I can check for patches for the Type Cover 4 though, I can't verify it locally...
``` diff --git i/modules/gems/expand.nix w/modules/gems/expand.nix index a711610..705713c 100644 --- i/modules/gems/expand.nix +++ w/modules/gems/expand.nix @@ -18,9 +18,9 @@ rec { attrs: let f = gemConfig.${attrs.gemName}; - apply = (gemConfig ? ${attrs.gemName}); +...
@fzakaria I stumbled into this too and have a fix at https://github.com/inscapist/ruby-nix/pull/65 . It works locally for me but don't have the time at the moment to fully test an...