remove content addressing
This commit is contained in:
parent
91f0120707
commit
0f7264b741
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
||||||
system: let
|
system: let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.contentAddressedByDefault = true;
|
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
|
Reference in a new issue