-
-
Save haze/01e3a43c1f8bdb76a6cd2ac37c6706c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nixpkgs.overlays = [ | |
(import (builtins.fetchTarball { | |
url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz; | |
})) | |
(self: super: { | |
sbclOverlay = super.sbcl.overrideAttrs (oldAttrs: rec{ | |
version = "2.1.1"; | |
}); | |
}) | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment