Remove "full" build flag
No longer used.
This commit is contained in:
parent
5dbe1874b1
commit
313b9ef400
2 changed files with 3 additions and 8 deletions
|
|
@ -32,9 +32,6 @@
|
|||
doomSource,
|
||||
/* Emacs package to build against. */
|
||||
emacs,
|
||||
/* Whether to enable all default dependencies. Primarily useful for CI /
|
||||
testing. */
|
||||
full ? false,
|
||||
/* Name of doom profile to use. */
|
||||
profileName ? "nix",
|
||||
/* Disable profile early in startup, so "normal" cache/state dirs are used. */
|
||||
|
|
@ -98,8 +95,7 @@ let
|
|||
} ''
|
||||
mkdir $out
|
||||
export DOOMLOCALDIR=$(mktemp -d)
|
||||
${runtimeShell} ${doomSource}/bin/doomscript ${./build-helpers/dump} \
|
||||
${optionalString full "--full"} -o $out
|
||||
${runtimeShell} ${doomSource}/bin/doomscript ${./build-helpers/dump} -o $out
|
||||
'';
|
||||
|
||||
doomPackageSet = lib.importJSON "${doomIntermediates}/packages.json";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue