feat(attic): Disable flake overlay

This commit is contained in:
Tom Hubrecht 2023-12-11 15:54:36 +01:00
parent 8234dfbb74
commit e49a967b20

View file

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, sources, ... }:
let host = "cachix.dgnum.eu"; let host = "cachix.dgnum.eu";
@ -41,6 +41,9 @@ in {
endpoint = "https://s3.dgnum.eu"; endpoint = "https://s3.dgnum.eu";
}; };
}; };
useFlakeCompatOverlay = false;
package = pkgs.callPackage "${sources.attic}/package.nix" { };
}; };
nginx = { nginx = {