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:
parent
975c7d8c70
commit
69b2d3b710
4 changed files with 64 additions and 3 deletions
|
|
@ -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 @ {
|
||||
|
|
|
|||
Reference in a new issue