From afb53f43cc5c8b9740e106410f7bc032f74dff8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 20:52:26 +0200 Subject: install cached-nix-shell locally and in CI --- system/linde.nix | 1 + user/settings/nix.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/system/linde.nix b/system/linde.nix index 21cfd0e2..067d4dad 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -999,6 +999,7 @@ in bash stdenv git + cached-nix-shell nix config.programs.ssh.package flock diff --git a/user/settings/nix.nix b/user/settings/nix.nix index f6d05c6a..66c00daf 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -18,6 +18,7 @@ in }; home.packages = with pkgs; [ + cached-nix-shell nil npins nix-prefetch-scripts -- cgit 1.4.1