flake.nix uses zstd 1.49

rohan
Jan 20, 2022, 1:34 AM
2B7KNPCMUA2NJQUHDFKPAMXQWRPSC2T2VARLZDPJGJGQVGMBPLOQC

Dependencies

  • [2] XGH2A4BO Formatting/Cleanup
  • [3] MUYNSHG2 update Nix build for Rust 2021 edition requirement
  • [4] NX6DDK7R Removing xxHash from the Nix dependencies
  • [5] LAFA7YMQ switch to oxalica/rust-overlay
  • [6] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [7] XAY4DYRR Version bump
  • [8] G734WNM6 flake.nix: use crate2nix
  • [9] OP6UAT25 Fix build for darwin by providing the needed additional dependencies
  • [*] ZWPPIJXF flake.nix: use Mozilla overlay for Rust

Change contents

  • edit in flake.nix at line 6
    [3.54]
    [4.67]
    zstd-pkgs.url = "github:nixos/nixpkgs/abef57f931f535fc4dc32bcc6bcc619c3329bfe0";
  • edit in flake.nix at line 13
    [11.117]
    [4.127]
    , zstd-pkgs
  • replacement in flake.nix at line 92
    [4.247133][4.247133:247162]()
    zstd
    [4.247036]
    [2.2313]
    (import zstd-pkgs {
    inherit system;
    }).zstd
  • replacement in flake.lock at line 53
    [4.1162][4.1162:1201]()
    "rust-overlay": "rust-overlay"
    [4.1162]
    [4.1201]
    "rust-overlay": "rust-overlay",
    "zstd-pkgs": "zstd-pkgs"
  • edit in flake.lock at line 75
    [4.1026759]
    [4.1026759]
    },
    "zstd-pkgs": {
    "locked": {
    "lastModified": 1622490255,
    "narHash": "sha256-8TCZJPTODLfoAUj/peYwREalhOGpkhn4tB2OIQ0zSgg=",
    "owner": "nixos",
    "repo": "nixpkgs",
    "rev": "abef57f931f535fc4dc32bcc6bcc619c3329bfe0",
    "type": "github"
    },
    "original": {
    "owner": "nixos",
    "repo": "nixpkgs",
    "rev": "abef57f931f535fc4dc32bcc6bcc619c3329bfe0",
    "type": "github"
    }