mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-16 15:56:53 -05:00
7
test/with-dirty-straight.nix
Normal file
7
test/with-dirty-straight.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.callPackage (import ../default.nix) {
|
||||
doomPrivateDir = ./doom.d;
|
||||
bundledPackages = true;
|
||||
dependencyOverrides.nix-straight = ../../nix-straight.el;
|
||||
}
|
Reference in New Issue
Block a user