nvfetcher
This commit is contained in:
parent
013fc0e2d0
commit
1f35c4fe1c
9 changed files with 159 additions and 50 deletions
23
_sources/generated.json
Normal file
23
_sources/generated.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"sobercookie": {
|
||||
"cargoLocks": null,
|
||||
"date": "2024-09-08",
|
||||
"extract": null,
|
||||
"name": "sobercookie",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "xunuwu",
|
||||
"repo": "sobercookie",
|
||||
"rev": "0e082ab538a2eed206ab228ed50c5251323abdf2",
|
||||
"sha256": "sha256-hdW/MqzphyAy6bcN3LDFFRV0t9ZHOx2b96hu9acZ7+E=",
|
||||
"sparseCheckout": [],
|
||||
"type": "github"
|
||||
},
|
||||
"version": "0e082ab538a2eed206ab228ed50c5251323abdf2"
|
||||
}
|
||||
}
|
16
_sources/generated.nix
Normal file
16
_sources/generated.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
sobercookie = {
|
||||
pname = "sobercookie";
|
||||
version = "0e082ab538a2eed206ab228ed50c5251323abdf2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "xunuwu";
|
||||
repo = "sobercookie";
|
||||
rev = "0e082ab538a2eed206ab228ed50c5251323abdf2";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-hdW/MqzphyAy6bcN3LDFFRV0t9ZHOx2b96hu9acZ7+E=";
|
||||
};
|
||||
date = "2024-09-08";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue