switch homepage to a submodule
This commit is contained in:
parent
3abff4437a
commit
be458dc782
1 changed files with 11 additions and 8 deletions
19
flake.nix
19
flake.nix
|
@ -8,14 +8,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nur.url = "github:nix-community/NUR";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
nixGL.url = "github:guibou/nixGL";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
vpsadminos.url = "github:vpsfreecz/vpsadminos";
|
||||
|
||||
homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git?ref=master";
|
||||
homepage = {
|
||||
url = "./homepage";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
trivionomicon = {
|
||||
url = "./trivionomicon";
|
||||
|
@ -31,6 +27,13 @@
|
|||
url = "github:StarCitizenTools/mediawiki-skins-Citizen/v2.27.0";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
nur.url = "github:nix-community/NUR";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
nixGL.url = "github:guibou/nixGL";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
vpsadminos.url = "github:vpsfreecz/vpsadminos";
|
||||
};
|
||||
|
||||
outputs = flakes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue