Skip to content

Commit c953ff1

Browse files
committed
update nix to parse cargo.toml
1 parent c90cd34 commit c953ff1

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

flake.lock

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "Reproducible AWS Nitro EIF builds using nix-enclaver";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
66
flake-utils.url = "github:numtide/flake-utils";
77
nix-enclaver = {
88
url = "github:joshdoman/nix-enclaver/v0.6.1";
9-
inputs.nixpkgs.follows = "nixpkgs";
9+
# Don't override nixpkgs - let nix-enclaver use its own for Rust compatibility
1010
};
1111
};
1212

0 commit comments

Comments
 (0)