diff options
Diffstat (limited to 'system-profiles/core/default.nix')
-rw-r--r-- | system-profiles/core/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index aadf0260..46049e26 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix | |||
@@ -113,7 +113,7 @@ in { | |||
113 | enable = true; | 113 | enable = true; |
114 | lfs.enable = true; | 114 | lfs.enable = true; |
115 | }; | 115 | }; |
116 | environment.systemPackages = with pkgs; [ git-annex ]; | 116 | environment.systemPackages = with pkgs; [ git-annex scutiger ]; |
117 | 117 | ||
118 | system.activationScripts.symlink-flake = '' | 118 | system.activationScripts.symlink-flake = '' |
119 | if test -L /etc/nixos; then | 119 | if test -L /etc/nixos; then |