fix issue with unstable, add nixd

This commit is contained in:
alisceon 2026-05-24 12:20:29 +02:00
parent 92e4f3d459
commit cf5f84163d
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@
inherit overlays; inherit overlays;
}; };
pkgs-unstable = import nixpkgs { pkgs-unstable = import nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
flake.setFlakeRegistry = true; flake.setFlakeRegistry = true;

View file

@ -120,6 +120,7 @@ in
python3 python3
python3Packages.python-lsp-server python3Packages.python-lsp-server
podman podman
nixd
]; ];
shells = with pkgs; [ shells = with pkgs; [