fix(#1): merge 'follows' directives with mkDep
This commit is contained in:
parent
24aa4b9842
commit
2861935ddd
4 changed files with 43 additions and 68 deletions
10
flake.nix
10
flake.nix
|
@ -213,7 +213,10 @@
|
|||
type = "github";
|
||||
};
|
||||
nix-on-droid = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
home-manager.follows = "home-manager";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
owner = "nix-community";
|
||||
repo = "nix-on-droid";
|
||||
type = "github";
|
||||
|
@ -285,7 +288,10 @@
|
|||
type = "github";
|
||||
};
|
||||
secrets = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.follows = "sops-nix";
|
||||
};
|
||||
type = "git";
|
||||
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue