Skip to content

Commit

Permalink
Disable rnix-lsp
Browse files Browse the repository at this point in the history
rnix-lsp uses a broken Nix version in our Nixpkgs version.
Ignore it for now.
  • Loading branch information
diamondburned committed Mar 12, 2024
1 parent e2970bc commit 22a3122
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ pkgs ? import ./nix/nixpkgs.nix }:

let pkgssrc = (import ./nix/sources.nix).nixpkgs;
let
pkgssrc = (import ./nix/sources.nix).nixpkgs;
in

pkgs.mkShell {
name = "acm-aws-shell";
buildInputs = with pkgs; [
terraform
awscli2
rnix-lsp
# rnix-lsp
nix-update
jq
niv
Expand Down

0 comments on commit 22a3122

Please sign in to comment.