add depot
This commit is contained in:
parent
5901e1125a
commit
54dfb1862f
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
|
|
||||||
nil.url = "github:oxalica/nil";
|
nil.url = "github:oxalica/nil";
|
||||||
nil.inputs.nixpkgs.follows = "nixpkgs";
|
nil.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
depot.url = "gitlab:private-void/infrastructure?host=git.privatevoid.net";
|
||||||
|
depot.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue