forgot to add this overlay to default.nix
This commit is contained in:
parent
7fc71bb2a6
commit
0ff740ec3c
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
overlays = [
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# nixd nix lsp using nix and nixpkgs
|
||||
# where has this been my whole life
|
||||
{ inputs, outputs, options, config, lib, pkgs, ...}:
|
||||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.dev.nixd;
|
||||
|
|
Loading…
Reference in a new issue