From b3c1679744cbb86ccbe3af23f78e6a82a4524b1b Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 21 Apr 2024 05:47:48 +0530 Subject: [PATCH] feat(update): Updated to upstream+1 for anyrun --- flake.lock | 6 +++--- justfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a160c8fb..6f088b9e 100644 --- a/flake.lock +++ b/flake.lock @@ -24,11 +24,11 @@ ] }, "locked": { - "lastModified": 1708281605, - "narHash": "sha256-I25ZCH4lr8upYUWolS1UXaq3xEfoMA20bjTHkB07cVU=", + "lastModified": 1713658423, + "narHash": "sha256-0+9JDquCRzyK2G7PPOWzaE9ROX2RaLLe3w9Klhpj0Y8=", "owner": "uttarayan21", "repo": "anyrun", - "rev": "4673f0a6049329235597658f2494043b6b222e76", + "rev": "772e36a8cf8ee0ea3dcbb2ad5e05e25bf0cc6783", "type": "github" }, "original": { diff --git a/justfile b/justfile index d0f7790e..0d4582b3 100644 --- a/justfile +++ b/justfile @@ -7,7 +7,7 @@ install: local [linux] install: local - sudo nixos-rebuild switch --flake . + NIX_BUILD_CORES=0 sudo nixos-rebuild switch --flake . [macos] build: