Add st overlay

This commit is contained in:
illustris
2021-03-17 23:55:17 +05:30
parent 5410039298
commit 134df7ec08
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
(self: super: {
st = super.st.overrideAttrs (oldAttrs: {
src = /home/illustris/src/st;
});
})