add ssh+git source

This commit is contained in:
revol-xut 2022-09-28 13:49:18 +02:00
parent 14d1052f63
commit 242e2450d3
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -1,8 +1,7 @@
{pkgs, lib, config, ...}:
let
website = pkgs.fetchFromGitHub {
owner = "fsr";
repo = "ese20-ansible";
website = pkgs.fetchgit {
url = "ssh+git://git@github.com:fsr/fruitbasket.git";
rev = "1b380f3bfd48aae2a17aefbbdd0538f09b7d3bcf";
sha256 = "";
};