Migrate to flakes

This commit is contained in:
2021-08-08 19:56:16 +01:00
parent 71d8daf782
commit 88a7394651
7 changed files with 189 additions and 30 deletions

View File

@@ -1,8 +1,3 @@
{
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url =
"https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
}))
];
{ config, lib, pkgs, inputs, ... }: {
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
}