include nvfetcher to get pkgs source
This commit is contained in:
parent
19c6f14def
commit
922a964a7d
5 changed files with 52 additions and 11 deletions
22
pkgs/_sources/generated.json
Normal file
22
pkgs/_sources/generated.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"juicity": {
|
||||
"cargoLocks": null,
|
||||
"date": "2025-02-20",
|
||||
"extract": null,
|
||||
"name": "juicity",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"rev": "4c5e8bd948ba2f72a0dd38681cf13ae532f6c9f5",
|
||||
"sha256": "sha256-s/OYlW66mu/3MHwhZCxvQv8f/rNuCB4SLZ2jYPO5UQQ=",
|
||||
"sparseCheckout": [],
|
||||
"type": "git",
|
||||
"url": "https://githuh.com/juicity/juicity"
|
||||
},
|
||||
"version": "4c5e8bd948ba2f72a0dd38681cf13ae532f6c9f5"
|
||||
}
|
||||
}
|
||||
18
pkgs/_sources/generated.nix
Normal file
18
pkgs/_sources/generated.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
juicity = {
|
||||
pname = "juicity";
|
||||
version = "4c5e8bd948ba2f72a0dd38681cf13ae532f6c9f5";
|
||||
src = fetchgit {
|
||||
url = "https://githuh.com/juicity/juicity";
|
||||
rev = "4c5e8bd948ba2f72a0dd38681cf13ae532f6c9f5";
|
||||
fetchSubmodules = false;
|
||||
deepClone = false;
|
||||
leaveDotGit = false;
|
||||
sparseCheckout = [ ];
|
||||
sha256 = "sha256-s/OYlW66mu/3MHwhZCxvQv8f/rNuCB4SLZ2jYPO5UQQ=";
|
||||
};
|
||||
date = "2025-02-20";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue