Skip to content

Instantly share code, notes, and snippets.

@euank

euank/test.nix Secret

Created June 10, 2020 03:57
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 euank/bca98108788fb2d86db839d59c26831c to your computer and use it in GitHub Desktop.
Save euank/bca98108788fb2d86db839d59c26831c to your computer and use it in GitHub Desktop.
let
unstable = import <unstable> {};
nixpkgs = import <nixpkgs> {
# grab the emacs overlay
overlays = [
(self: super: rec {
libgccjit = unstable.libgccjit;
})
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
}))
];
};
in nixpkgs.emacsGcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment