use sourcehut specific input for howdy

This commit is contained in:
Moritz Böhme 2022-11-18 13:27:12 +01:00
parent ffced49e21
commit 06f4305353
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 16 additions and 27 deletions

View file

@ -63,7 +63,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
howdy.url = "git+https://git.sr.ht/~moritzboehme/howdy";
howdy = {
url = "sourcehut:~moritzboehme/howdy";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =