remove unused param
This commit is contained in:
parent
4277778c47
commit
1a47f9de85
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "Hare for mac";
|
||||
|
||||
outputs = { self, nixpkgs, ... }:
|
||||
outputs = { nixpkgs, ... }:
|
||||
let
|
||||
supportedSystems = [ "x86_64-darwin" "aarch64-darwin" ];
|
||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||
|
|
BIN
hello-world
Executable file
BIN
hello-world
Executable file
Binary file not shown.
Loading…
Reference in a new issue