1
Fork 0

remove unused param

This commit is contained in:
Jan-Erik Rediger 2024-06-02 00:05:33 +02:00
parent 4277778c47
commit 1a47f9de85
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
description = "Hare for mac"; description = "Hare for mac";
outputs = { self, nixpkgs, ... }: outputs = { nixpkgs, ... }:
let let
supportedSystems = [ "x86_64-darwin" "aarch64-darwin" ]; supportedSystems = [ "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems; forAllSystems = nixpkgs.lib.genAttrs supportedSystems;

BIN
hello-world Executable file

Binary file not shown.