Skip to content

Commit

Permalink
Update nix deps (#4593)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziano88 authored Jan 4, 2024
1 parent d01068e commit 4386cd9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ MD033:
#
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md034
MD034: false

# Images should have alternate text (alt text)
#
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md045
MD045: false
24 changes: 12 additions & 12 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
includeSystemImages = false;
}).androidsdk;
rustToolchain =
pkgs.rust-bin.nightly.latest.default.override {
pkgs.rust-bin.nightly."2023-11-15".default.override {
extensions = [
"clippy"
"llvm-tools-preview"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ static class Spec {
* Based on
* <https://github.com/sigstore/rekor/blob/2978cdc26fdf8f5bfede8459afd9735f0f231a2a/pkg/generated/models/rekord_v001_schema.go#L179.>
*/
static class Data { Hash hash; }
static class Data {
Hash hash;
}

/**
* Represents a hash digest.
Expand Down
2 changes: 0 additions & 2 deletions oak_docker_linux_init/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// limitations under the License.
//

#![feature(file_create_new)]

use log::info;
use std::{
fs::File,
Expand Down
2 changes: 0 additions & 2 deletions oak_echo_linux_init/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// limitations under the License.
//

#![feature(file_create_new)]

use log::{debug, info};
use nix::sys::termios::{cfmakeraw, tcgetattr, tcsetattr, SetArg};
use std::{
Expand Down

0 comments on commit 4386cd9

Please sign in to comment.