diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
| commit | 429bf12cd70405d6ea18d14fe9d384a6458ae99d (patch) | |
| tree | 89ffa15e8cef8f22ed279b574fb8c86fc3b8d10f /overlays/default.nix | |
| parent | 72e82deb5536a88b6438a708b3e825029f621d14 (diff) | |
thats a lot of changes
Diffstat (limited to 'overlays/default.nix')
| -rw-r--r-- | overlays/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 9a03471..c97252a 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,6 +13,8 @@ # }); }; + emacs-overlay = import inputs.emacs-overlay; + # When applied, the unstable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.unstable' unstable-packages = final: _prev: { |
