From a2adc26e589b7214366cf0674c8660aeac1d937c Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sun, 7 Sep 2025 18:26:18 +0200 Subject: [PATCH] chore(cache): Add DashVim --- base/common_hardware.nix | 2 ++ example/flake.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/base/common_hardware.nix b/base/common_hardware.nix index 5af3cba..56a6dc6 100644 --- a/base/common_hardware.nix +++ b/base/common_hardware.nix @@ -115,6 +115,7 @@ in { "https://oxicalc.cachix.org" "https://hyprdock.cachix.org" "https://reset.cachix.org" + "https://dashvim.cachix.org" ]; trusted-public-keys = [ @@ -128,6 +129,7 @@ in { "hyprdock.cachix.org-1:HaROK3fBvFWIMHZau3Vq1TLwUoJE8yRbGLk0lEGzv3Y=" "reset.cachix.org-1:LfpnUUdG7QM/eOkN7NtA+3+4Ar/UBeYB+3WH+GjP9Xo=" "chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=" + "dashvim.cachix.org-1:uLRdxp1WOWHnsZZtu3SwUWZRsvC7SXo0Gyk3tIefuL0=" ]; experimental-features = mkDashDefault "nix-command flakes pipe-operators"; diff --git a/example/flake.nix b/example/flake.nix index 0d1e083..129fc20 100644 --- a/example/flake.nix +++ b/example/flake.nix @@ -32,6 +32,7 @@ "https://hyprdock.cachix.org" "https://reset.cachix.org" "https://chaotic-nyx.cachix.org/" + "https://dashvim.cachix.org" ]; extra-trusted-public-keys = [ @@ -46,6 +47,7 @@ "hyprdock.cachix.org-1:HaROK3fBvFWIMHZau3Vq1TLwUoJE8yRbGLk0lEGzv3Y=" "reset.cachix.org-1:LfpnUUdG7QM/eOkN7NtA+3+4Ar/UBeYB+3WH+GjP9Xo=" "chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=" + "dashvim.cachix.org-1:uLRdxp1WOWHnsZZtu3SwUWZRsvC7SXo0Gyk3tIefuL0=" ]; }; }