forked from fediversity/fediversity
upstream nimbolus
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
c426896dee
commit
0eecc102cf
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@ let
|
|||
overlays = [ overlay ];
|
||||
};
|
||||
overlay = _: prev: {
|
||||
terraform-backend = prev.callPackage ../../modules/terraform-backend/package.nix { };
|
||||
terraform-backend =
|
||||
prev.callPackage "${sources.nixpkgs-unstable}/pkgs/by-name/te/terraform-backend/package.nix"
|
||||
{ };
|
||||
inherit
|
||||
(import "${sources.proxmox-nixos}/pkgs" {
|
||||
craneLib = pkgs.callPackage "${sources.crane}/lib" { };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue