mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-11 13:07:28 -05:00
8 lines
194 B
Nix
8 lines
194 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
pkgs.callPackage (import ../default.nix) {
|
|
doomPrivateDir = ./doom.d;
|
|
bundledPackages = true;
|
|
dependencyOverrides.nix-straight = ../../nix-straight.el;
|
|
}
|