flake: add missing inputs.*.follows specifications
This commit is contained in:
parent
2ed49fa8d2
commit
30eecf85f8
2 changed files with 39 additions and 81 deletions
26
flake.nix
26
flake.nix
|
|
@ -30,10 +30,28 @@
|
|||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
nixGL.url = "github:guibou/nixGL";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
vpsadminos.url = "github:vpsfreecz/vpsadminos";
|
||||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
inputs = {
|
||||
home-manager.follows = "home-manager";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
nixGL = {
|
||||
url = "github:guibou/nixGL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
vpsadminos = {
|
||||
url = "github:vpsfreecz/vpsadminos";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
impermanence.follows = "impermanence";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
outputs = flakes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue