From cf5f84163d7ac40a0e4cd09356f06c2213dfe608 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 24 May 2026 12:20:29 +0200 Subject: [PATCH] fix issue with unstable, add nixd --- flake.nix | 2 +- nixos/modules/base.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8af6420..69aedf5 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ inherit overlays; }; - pkgs-unstable = import nixpkgs { + pkgs-unstable = import nixpkgs-unstable { inherit system; config.allowUnfree = true; flake.setFlakeRegistry = true; diff --git a/nixos/modules/base.nix b/nixos/modules/base.nix index fe7864f..4abe5fe 100644 --- a/nixos/modules/base.nix +++ b/nixos/modules/base.nix @@ -120,6 +120,7 @@ in python3 python3Packages.python-lsp-server podman + nixd ]; shells = with pkgs; [