more attempts

This commit is contained in:
Seán C McCord 2023-03-08 13:50:15 -05:00
parent c8fbe8b0b2
commit e3e701372c
No known key found for this signature in database
GPG key ID: 0BE02ACD7471B0E8
2 changed files with 4 additions and 4 deletions

View file

@ -34,11 +34,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1678237502,
"narHash": "sha256-J4cAbmC9RK+Jus3U88WaxkTsnNlZSroE2xZ9A0rSxL4=",
"lastModified": 1678268259,
"narHash": "sha256-q+ZWNJfXKgIKwsZBir0yXrmIV/4tOv5BflxDAfGISps=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1eeea1f1922fb79a36008ba744310ccbf96130e2",
"rev": "90ef5c3c337d8d9f0c97e7641ece70a41f6c16a2",
"type": "github"
},
"original": {

View file

@ -22,7 +22,7 @@
};
devShell = with pkgs; mkShell {
buildInputs = [ cargo rustc rustfmt pcsclite nettle pre-commit rustPackages.clippy ];
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ] ++ lib.optionals stdenv.isDarwin [ PCSC ];
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
});