From cd204e1fa56d7fbf4a2042dc1c1aeabd7e1a3fd0 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 2 Feb 2024 18:47:09 +0100 Subject: use development version of hyprland --- sys/nix/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/nix') diff --git a/sys/nix/default.nix b/sys/nix/default.nix index 9014f5f..71dab10 100644 --- a/sys/nix/default.nix +++ b/sys/nix/default.nix @@ -29,11 +29,13 @@ settings = { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; - trusted-substituters = [ + substituters = [ "https://cache.garnix.io" + "https://hyprland.cachix.org" ]; trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; }; -- cgit 1.4.1