nix: update nix pkgs

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
Marko Burčul 2025-01-08 16:05:51 +01:00 committed by Marko Burčul
parent 297c46fdc7
commit 8cd4ed44fd
3 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,6 @@ pkgs.rustPlatform.buildRustPackage {
}; };
CARGO_HOME = "/tmp"; CARGO_HOME = "/tmp";
cargoBuildFlags = ["--release"];
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "circom-compat (ark-circom) ffi"; description = "circom-compat (ark-circom) ffi";

8
flake.lock generated
View File

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731386116, "lastModified": 1736200483,
"narHash": "sha256-lKA770aUmjPHdTaJWnP3yQ9OI1TigenUqVC3wweqZuI=", "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "689fed12a013f56d4c4d3f612489634267d86529", "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -2,7 +2,7 @@
description = "A flake for building circom-compat (ark-circom) ffi"; description = "A flake for building circom-compat (ark-circom) ffi";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
}; };
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }: