Use SSH for Codeberg flake inputs
This commit is contained in:
parent
ca98ee54f8
commit
55c06485b8
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -6,25 +6,25 @@
|
|||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
sublunar.url = "git+https://codeberg.org/randogoth/sublunar.git";
|
||||
sublunar.url = "git+ssh://git@codeberg.org/randogoth/sublunar.git";
|
||||
sublunar.flake = false;
|
||||
|
||||
flux_vision.url = "git+https://codeberg.org/randogoth/flux.vision.git";
|
||||
flux_vision.url = "git+ssh://git@codeberg.org/randogoth/flux.vision.git";
|
||||
flux_vision.flake = false;
|
||||
|
||||
nfc_web.url = "git+https://codeberg.org/randogoth/nfc-web.git";
|
||||
nfc_web.url = "git+ssh://git@codeberg.org/randogoth/nfc-web.git";
|
||||
nfc_web.flake = false;
|
||||
|
||||
scopesessions.url = "git+https://codeberg.org/randogoth/scopesessions.org.git";
|
||||
scopesessions.url = "git+ssh://git@codeberg.org/randogoth/scopesessions.org.git";
|
||||
scopesessions.flake = false;
|
||||
|
||||
sublunar_almanac.url = "git+https://codeberg.org/randogoth/sublunar.almanac.git";
|
||||
sublunar_almanac.url = "git+ssh://git@codeberg.org/randogoth/sublunar.almanac.git";
|
||||
sublunar_almanac.flake = false;
|
||||
|
||||
praxis.url = "git+https://codeberg.org/randogoth/praxis.git";
|
||||
praxis.url = "git+ssh://git@codeberg.org/randogoth/praxis.git";
|
||||
praxis.flake = false;
|
||||
|
||||
geoblog_plugin.url = "git+https://codeberg.org/randogoth/geoblog-plugin.git";
|
||||
geoblog_plugin.url = "git+ssh://git@codeberg.org/randogoth/geoblog-plugin.git";
|
||||
geoblog_plugin.flake = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue