From 2088d04d8733ec94ce42452f4b0f63b1f6d4fa24 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 16 Jun 2023 14:58:04 +0200 Subject: add nixd --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 936c5d7..f71ea6e 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,11 @@ flake-utils.follows = "flake-utils"; }; }; + + nixd = { + url = "github:nix-community/nixd"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; }; outputs = @@ -53,6 +58,7 @@ , flake-utils , lanzaboote , microvm + , nixd , nixpkgs , nixpkgs-unstable , sops-nix -- cgit v1.3.1