diff --git a/.gitignore b/.gitignore index f2e426e..bd422ab 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ yarn-error.log* .idea /.direnv -/result +result # rust /api/target diff --git a/flake.lock b/flake.lock index 05c1b8c..f9b0a2e 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772542754, - "narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", + "lastModified": 1773734432, + "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", + "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", "type": "github" }, "original": { @@ -129,11 +129,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1772679930, - "narHash": "sha256-FxYmdacqrdDVeE9QqZKTIpNLjv2B8GSKssgwlZuTR98=", + "lastModified": 1773803479, + "narHash": "sha256-GD6i1F2vrSxbsmbS92+8+x3DbHOJ+yrS78Pm4xigW4M=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "9b741db17141331fdb26270a1b66b81be8be9edd", + "rev": "f17186f52e82ec5cf40920b58eac63b78692ac7c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0ff9096..647b09e 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ pname = "jet-website"; version = "0.1.0"; src = pkgs.lib.cleanSource ./.; - npmDepsHash = "sha256-040ZUXj0k4RauBpCtwQ4A2/3CrhdAUIOaejwmPqwtLA="; + npmDepsHash = "sha256-hAPfXGje+8pjMRZ5KZKcbu+TgZ9uy+dbYIFVrNQsItg="; # Inject the Nix-built WASM before npm install resolves file: dep postPatch = ''