summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-06-16 14:58:04 +0200
committerGrigory Shipunov2023-06-16 14:58:04 +0200
commit2088d04d8733ec94ce42452f4b0f63b1f6d4fa24 (patch)
tree6c624796420f97c5f30581584ddc4f2486f6c4a1 /flake.nix
parenta7ca178fd89696e01723db59fb162f760cad0fec (diff)
add nixd
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
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