do content addressing #83

Closed
darkkirb wants to merge 1 commit from use-content-addressed into main

View file

@ -41,6 +41,7 @@
inherit system;
config.allowUnfree = true;
config.allowUnsupportedSystem = true;
config.contentAddressedByDefault = true;
overlays = [
gomod2nix.overlays.default
];