Re-add nixd

Using the latest nightly version of `nixd` due to a dependency on nix
2.16.2 which is now unsecure.
This commit is contained in:
Oliver Davies 2024-03-17 20:14:21 +00:00
parent 975c7d8c70
commit 69b2d3b710
4 changed files with 64 additions and 3 deletions

View file

@ -2,6 +2,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-2305.url = "github:NixOS/nixpkgs/nixos-23.05";
nixd-nightly.inputs.nixpkgs.follows = "nixpkgs";
nixd-nightly.url = "github:nix-community/nixd";
};
outputs = inputs @ {