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, nixpkgs, ... }:
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
sources,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
host = "cachix.dgnum.eu";
|
host = "cachix.dgnum.eu";
|
||||||
|
@ -49,7 +44,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
useFlakeCompatOverlay = false;
|
useFlakeCompatOverlay = false;
|
||||||
package = pkgs.callPackage "${sources.attic}/package.nix" { };
|
package = nixpkgs.unstable.attic-server;
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
|
|
Loading…
Reference in a new issue