This commit is contained in:
nora 2023-09-01 21:52:37 +02:00
parent 5526406381
commit 94e2c26ae2
2 changed files with 16 additions and 16 deletions

View file

@ -21,11 +21,11 @@
# If you want to use overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
# Or define it inline, for example:
# vquic is sad right now.
# (final: prev: {
# hi = final.hello.overrideAttrs (oldAttrs: {
# patches = [ ./change-hello-to-hi.patch ];
# });
# curl = prev.curl.override {
# http3Support = true;
# };
# })
];
# Configure your nixpkgs instance