forgot to add this overlay to default.nix

This commit is contained in:
Sakooooo 2023-08-06 02:11:22 +03:00
parent 7fc71bb2a6
commit 0ff740ec3c
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
overlays = [ overlays = [
outputs.overlays.additions outputs.overlays.additions
outputs.overlays.modifications outputs.overlays.modifications
outputs.overlays.unstable-packages
]; ];
}; };

View file

@ -1,6 +1,6 @@
# nixd nix lsp using nix and nixpkgs # nixd nix lsp using nix and nixpkgs
# where has this been my whole life # where has this been my whole life
{ inputs, outputs, options, config, lib, pkgs, ...}: { outputs, options, config, lib, pkgs, ...}:
with lib; with lib;
let let
cfg = config.modules.dev.nixd; cfg = config.modules.dev.nixd;