From 291bf42e2a1814b4e3b73d65fe75bdd647473c9d Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 25 Aug 2024 14:51:15 +0200 Subject: [PATCH] packages.secrix-wrapper: remove system assert moved to upper layer in nix/apps --- nix/packages/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/packages/default.nix b/nix/packages/default.nix index 8879a1d..81aa6ff 100644 --- a/nix/packages/default.nix +++ b/nix/packages/default.nix @@ -1,12 +1,8 @@ { lib, outputs, ... }@flakeArg: { pkgs, system, ... }@sysArg: -let - inherit (lib) assertMsg; -in { secrix-wrapper = - assert assertMsg (system == "x86_64-linux") "secrix is currently only compatible with x86_64-linux"; let secrixExe = outputs.apps.${system}.secrix.program; in