diff options
| author | Grigory Shipunov | 2023-06-16 14:58:04 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-06-16 14:58:04 +0200 |
| commit | 2088d04d8733ec94ce42452f4b0f63b1f6d4fa24 (patch) | |
| tree | 6c624796420f97c5f30581584ddc4f2486f6c4a1 /flake.nix | |
| parent | a7ca178fd89696e01723db59fb162f760cad0fec (diff) | |
add nixd
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
