My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 56fe73c493b63553ecda3f4300a6cd23bdecc891 6 lines 159 B view raw
1_final: prev: { 2 openssh-patched = prev.openssh.overrideAttrs (old: { 3 patches = (old.patches or [ ]) ++ [ ./permfix.patch ]; 4 doCheck = false; 5 }); 6}