Skip to content

Instantly share code, notes, and snippets.

@haze

haze/a.nix Secret

Created February 7, 2021 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haze/01e3a43c1f8bdb76a6cd2ac37c6706c5 to your computer and use it in GitHub Desktop.
Save haze/01e3a43c1f8bdb76a6cd2ac37c6706c5 to your computer and use it in GitHub Desktop.
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