diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
commit | b6302ae731f9d438f4e59f62d04903df79d4c942 (patch) | |
tree | 1b49245fe4e755d2fa4708de5e02b04ee1064605 /sys/nixpkgs/default.nix | |
parent | build(treewide): Update (diff) | |
download | nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.tar.gz nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip |
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to 'sys/nixpkgs/default.nix')
-rw-r--r-- | sys/nixpkgs/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nixpkgs/default.nix b/sys/nixpkgs/default.nix index da3a33e6..4fddbd20 100644 --- a/sys/nixpkgs/default.nix +++ b/sys/nixpkgs/default.nix @@ -12,8 +12,7 @@ in { overlays = complete_overlays; config = { # TODO: this fails because of the root tempsize, which should be increased - - #contentAddressedByDefault = true; + # contentAddressedByDefault = true; allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ |