From e8abd804f92031a534624e002b5b9035fd8eea09 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Mar 2024 10:01:47 -0400 Subject: [PATCH] up and disbale tst --- flake.lock | 6 +++--- flake.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b0beb4fd9..4e5bfd545 100644 --- a/flake.lock +++ b/flake.lock @@ -232,11 +232,11 @@ "unionmount": { "flake": false, "locked": { - "lastModified": 1710010257, - "narHash": "sha256-hSj8Gx9d9dYabBRAkk0IXgeYWKEyiFxXSbbnQasoNWo=", + "lastModified": 1710078535, + "narHash": "sha256-gKBgBtuiRTD3/3EeY8aMgFzuaSEffJacBxsCB3ct1eg=", "owner": "srid", "repo": "unionmount", - "rev": "fb401ce6030e0f516ea105e1f5c400260b3ade33", + "rev": "41ae982fa118770bf4d3a3f2d48ac1ffb61c9f09", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2a7a5c85b..d81450ef4 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ tagtree.jailbreak = true; tailwind.broken = false; tailwind.jailbreak = true; + unionmount.check = !pkgs.stdenv.isDarwin; # garnix: Slow M1 builder emanote = { name, pkgs, self, super, ... }: { check = false; extraBuildDepends = [ pkgs.stork ];