catch up to upstream; it builds again!

Fixes #170.
Fixes #183.
This commit is contained in:
ckie
2022-07-01 18:37:29 +03:00
parent 271f69afc2
commit 4717e4e835
7 changed files with 72 additions and 49 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage (import ../default.nix) {
doomPrivateDir = ./doom.d;
bundledPackages = true;
dependencyOverrides.nix-straight = ../../nix-straight.el;
}