flake: add project-cloud input
This commit is contained in:
parent
08b97f204f
commit
9b0f6ef2fc
@ -43,6 +43,11 @@
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
project-cloud = {
|
||||
url = "git+https://git.project-cloud.net/asmir/project-cloud";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@ -55,6 +60,7 @@
|
||||
sops-nix,
|
||||
swaysw,
|
||||
zremap,
|
||||
project-cloud,
|
||||
...
|
||||
}: let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user