forked from fabian/nix_config
remove st override
This commit is contained in:
parent
726cb23d3e
commit
739fcca51a
1 changed files with 0 additions and 11 deletions
|
@ -7,17 +7,6 @@ with prev.lib; let
|
||||||
in {
|
in {
|
||||||
lib = callPackage ./lib {};
|
lib = callPackage ./lib {};
|
||||||
|
|
||||||
st = prev.st.override {
|
|
||||||
conf = import ./st.nix {};
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://st.suckless.org/patches/clipboard/st-clipboard-0.8.3.diff";
|
|
||||||
sha256 = "cbb37675e9b4986836c19aadacc616a006df81c9bf394e9e3573e164fa1867cf";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
override =
|
override =
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue