diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-13 17:00:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-13 17:00:59 +0200 |
commit | 02bdc3521477086d4c4fb98c682755e2c83ef043 (patch) | |
tree | f1fe275ee22fcc2285084b131e64c33788dabe6a /system-profiles/core | |
parent | b417b44757c688ed9df71241d0721ce86fdc9a13 (diff) | |
download | nixos-02bdc3521477086d4c4fb98c682755e2c83ef043.tar nixos-02bdc3521477086d4c4fb98c682755e2c83ef043.tar.gz nixos-02bdc3521477086d4c4fb98c682755e2c83ef043.tar.bz2 nixos-02bdc3521477086d4c4fb98c682755e2c83ef043.tar.xz nixos-02bdc3521477086d4c4fb98c682755e2c83ef043.zip |
...
Diffstat (limited to 'system-profiles/core')
-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 |