mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds information about repo to wikit package
This commit is contained in:
parent
749caeb85a
commit
6301efbf06
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
with lib;
|
||||
let
|
||||
src = fetchFromGitHub {
|
||||
owner = "owner";
|
||||
repo = "repo";
|
||||
rev = "";
|
||||
owner = "KorySchneider";
|
||||
repo = "wikit";
|
||||
rev = "6432c6020606868cc5f240d0317040e38b992292";
|
||||
};
|
||||
in {
|
||||
wikit = mkYarnPackage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue