Skip to content

Commit

Permalink
Bump flake lock (manually) (#1720)
Browse files Browse the repository at this point in the history
* Bump flake lock (manually)

* clippy
  • Loading branch information
jneem authored Nov 21, 2023
1 parent 8d7725d commit 95d952f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 115 deletions.
151 changes: 37 additions & 114 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
});
})
];
config.allowUnfreePredicate = pkg: builtins.elem (pkg.pname or "") [ "terraform" ];
};

wasm-bindgen-cli =
Expand Down
2 changes: 1 addition & 1 deletion lsp/nls/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn check_snapshots(path: &str) {

let full_path = project_root().join(path);

let contents = std::fs::read_to_string(&full_path).unwrap();
let contents = std::fs::read_to_string(full_path).unwrap();
let fixture = TestFixture::parse(&contents).unwrap();
let mut harness = TestHarness::new();

Expand Down

0 comments on commit 95d952f

Please sign in to comment.