mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): use nixpkgs.lib instead of my own helper functions
dont' reinvent the wheel
This commit is contained in:
parent
e54df83402
commit
2a48123c04
3 changed files with 6 additions and 14 deletions
|
|
@ -10,15 +10,7 @@
|
|||
opam-nix,
|
||||
...
|
||||
}: let
|
||||
helperFuncs = {
|
||||
if' = cond: xs:
|
||||
if cond
|
||||
then xs
|
||||
else [];
|
||||
};
|
||||
|
||||
defaultExtraSettings = {
|
||||
inherit helperFuncs;
|
||||
extraLanguageServers = false;
|
||||
extraUtils = false;
|
||||
enableCmus = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue