From b626d646d98e5d6cf6102bfc0c26cd7cb3f57676 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 28 Aug 2023 09:08:05 +0200 Subject: ... --- system-profiles/core/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system-profiles') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 7325839a..aadf0260 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -113,6 +113,7 @@ in { enable = true; lfs.enable = true; }; + environment.systemPackages = with pkgs; [ git-annex ]; system.activationScripts.symlink-flake = '' if test -L /etc/nixos; then -- cgit v1.2.3