Skip to content

Commit

Permalink
hosts: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Mar 26, 2022
1 parent baa2f1a commit 20c6e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosts/shared/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
pathsToLink = [ "/share/man" ];
extraOutputsToInstall = activeManOutputs;
ignoreCollisions = true;
}).overrideAttrs (_: { /* __contentAddressed = true; */ });
}).overrideAttrs (_: { __contentAddressed = true; });
};

environment = {
Expand Down
4 changes: 2 additions & 2 deletions hosts/starcruiser/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
inherit (pkgs.qt5) qtwayland;
inherit (pkgs.gnome3) nautilus;

git = pkgs.git.overrideAttrs (_: { /* __contentAddressed = true; */ });
subversion = pkgs.subversion.overrideAttrs (_: { /* __contentAddressed = true; */ });
git = pkgs.git.overrideAttrs (_: { __contentAddressed = true; });
subversion = pkgs.subversion.overrideAttrs (_: { __contentAddressed = true; });
};

fonts = {
Expand Down

0 comments on commit 20c6e5e

Please sign in to comment.