Update README with new versions

This commit is contained in:
Luc Perkins 2023-07-13 17:52:19 -07:00
parent ba5f6a2fbd
commit 816d21bc86
No known key found for this signature in database
GPG key ID: CED8419FB058467A
4 changed files with 63 additions and 86 deletions

View file

@ -3,11 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs =
{ self
, nixpkgs
}:
outputs = { self, nixpkgs }:
let
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f {