nixpkgs/overlays/st/default.nix

8 lines
142 B
Nix
Raw Normal View History

self: super: {
st = super.st.overrideAttrs( oldAttributes: {
patches = oldAttributes.patches ++ [
./settings.patch
];
});
}