Solving a conflict
Dependencies
- [2]
HYENMEQWAdd nix aarch64-darwin support for Apple Silicon macs - [3]
BFQYATIRAdd nix aarch64-darwin support for Apple Silicon macs - [4]
G734WNM6flake.nix: use crate2nix - [5]
Q4XPH27Loverride dev tooling - [6]
ZWPPIJXFflake.nix: use Mozilla overlay for Rust - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
POBHKKNGUse nixpkgs builtin Rust build tools This fixes the broken flake packages and prevents having to manually update any sort of Nix-specific lock file, which should make it less prone to breaking in the future.
Change contents
- edit in flake.nix at line 16
allSystems = [ "x86_64-linux" "aarch64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" ]; - resurrect zombie in flake.nix at line 16
forAllSystems = f: genAttrs allSystems (system: f nixpkgs.legacyPackages.${system}); - resurrect zombie in flake.nix at line 17
allSystems = [ "x86_64-linux" "aarch64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" ]; - resolve order conflict in flake.nix at line 17