6 lines
98 B
Nix
6 lines
98 B
Nix
(self: super: {
|
|
st = super.st.overrideAttrs (oldAttrs: {
|
|
src = /home/illustris/src/st;
|
|
});
|
|
})
|