Add st overlay
This commit is contained in:
5
overlays/suckless/st-overlay.nix
Normal file
5
overlays/suckless/st-overlay.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
(self: super: {
|
||||
st = super.st.overrideAttrs (oldAttrs: {
|
||||
src = /home/illustris/src/st;
|
||||
});
|
||||
})
|
||||
Reference in New Issue
Block a user