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;
};
pkgs-unstable = import nixpkgs {
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
flake.setFlakeRegistry = true;