forked from DGNum/infrastructure
feat(attic): Disable flake overlay
This commit is contained in:
parent
8234dfbb74
commit
e49a967b20
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, sources, ... }:
|
||||
|
||||
let host = "cachix.dgnum.eu";
|
||||
|
||||
|
@ -41,6 +41,9 @@ in {
|
|||
endpoint = "https://s3.dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
||||
useFlakeCompatOverlay = false;
|
||||
package = pkgs.callPackage "${sources.attic}/package.nix" { };
|
||||
};
|
||||
|
||||
nginx = {
|
||||
|
|
Loading…
Reference in a new issue