use nix commit with rust 1.66

This commit is contained in:
Anton-4 2023-04-28 19:57:22 +02:00
parent 950f9b0f9a
commit 4e3953bc30
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
3 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ rustPlatform.buildRustPackage {
python3
llvmPkgs.clang
llvmPkgs.llvm.dev
zig_0_9
zig
]);
buildInputs = (with pkgs;

View File

@ -74,17 +74,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1678658056,
"narHash": "sha256-TOR5Og2CG2fArjKhqY+X4htOmBNzdC/37wYSm+fEA2w=",
"lastModified": 1674860021,
"narHash": "sha256-ES4XUf/AlPp8RetKR6WlWgYEZ7bLWI7k6reHp2q9rqY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bf2e058449f536faa4c67b5cad12476755db689c",
"rev": "9f4346eac544cc0db5eb7d889e71eac0f9c8b9eb",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bf2e058449f536faa4c67b5cad12476755db689c",
"rev": "9f4346eac544cc0db5eb7d889e71eac0f9c8b9eb",
"type": "github"
}
},

View File

@ -2,7 +2,7 @@
description = "Roc flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?rev=bf2e058449f536faa4c67b5cad12476755db689c";
nixpkgs.url = "github:nixos/nixpkgs?rev=9f4346eac544cc0db5eb7d889e71eac0f9c8b9eb";
# rust from nixpkgs has some libc problems, this is patched in the rust-overlay
rust-overlay = {
@ -90,7 +90,7 @@
llvmPkgs.clang
libxkbcommon
pkg-config
zig_0_9 # roc builtins are implemented in zig, see compiler/builtins/bitcode/
zig # roc builtins are implemented in zig, see compiler/builtins/bitcode/
# lib deps
libffi