Skip to content

Commit

Permalink
fix: remove obsolete assertion
Browse files Browse the repository at this point in the history
Forgot to test with the actual feature turned on 🤦 doesn’t work and anyway who
cares about this feature I don’t.  Just let people figure it out if it doesn’t work.
  • Loading branch information
hraban committed Sep 27, 2024
1 parent 83c03b6 commit 9c6bbe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
};
};
config = lib.mkIf config.targets.darwin.mac-app-util.enable {
assertions = [ {
default = builtins.hasAttr pkgs.stdenv.system self.packages;
message = "mac-app-util home manager module: Unsupported architecture ${pkgs.stdenv.system}. Supported: ${builtins.toString (builtins.attrNames self.packages)}";
} ];
home.activation = {
trampolineApps = let
mac-app-util = self.packages.${pkgs.stdenv.system}.default;
Expand Down

0 comments on commit 9c6bbe2

Please sign in to comment.