rust 1.84, update deps (#48)

- `nix flake update`
- `cargo update`
This commit is contained in:
Jens Krause
2025-01-11 16:48:37 +01:00
committed by GitHub
parent 4ee5d7b4e9
commit b1efb1eb62
4 changed files with 216 additions and 107 deletions

View File

@@ -1,7 +1,5 @@
{
inputs = {
# Disable `nixos-unstable` for now, it introduced some `VScode` related errors:
# error: function 'buildVscodeExtension' called without required argument 'pname'
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
crane.url = "github:ipetkov/crane";
@@ -20,7 +18,6 @@
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
# Using stable toolchain as base
toolchain = with fenix.packages.${system};
combine [
minimal.rustc