Skip to content

Commit

Permalink
bartender: use lib.platforms.darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Dec 9, 2024
1 parent 571620a commit 1ce70ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/by-name/ba/bartender/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
stepbrobd
DimitarNestorov
];
platforms = [
"aarch64-darwin"
"x86_64-darwin"
];
platforms = lib.platforms.darwin;
};
})

0 comments on commit 1ce70ec

Please sign in to comment.