From ad36fe02b34b1b102502a4bbeaf3494907ca3fa0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 5 Dec 2024 18:22:54 +0100 Subject: [PATCH] Update to the most recent `nixpkgs-unstable` commit --- scripts/lib/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/config.fish b/scripts/lib/config.fish index f7ec3d18..abd3f6da 100644 --- a/scripts/lib/config.fish +++ b/scripts/lib/config.fish @@ -1,4 +1,4 @@ set projectName port-valhalla -set nixPkgsVersion nixos-24.11 +set nixPkgsVersion 566e53c2ad750c84f6d31f9ccb9d00f823165550 set valhallaCache ~/".cache/$projectName" set nixPkgsCache "$valhallaCache/nixpkgs/$nixPkgsVersion"