forked from DGNum/infrastructure
fix(attic): Use package from nixpkgs
This commit is contained in:
parent
e961fb1473
commit
d0684ead8a
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
sources,
|
||||
...
|
||||
}:
|
||||
{ config, nixpkgs, ... }:
|
||||
|
||||
let
|
||||
host = "cachix.dgnum.eu";
|
||||
|
@ -49,7 +44,7 @@ in
|
|||
};
|
||||
|
||||
useFlakeCompatOverlay = false;
|
||||
package = pkgs.callPackage "${sources.attic}/package.nix" { };
|
||||
package = nixpkgs.unstable.attic-server;
|
||||
};
|
||||
|
||||
nginx = {
|
||||
|
|
Loading…
Reference in a new issue