nvfetcher
This commit is contained in:
parent
013fc0e2d0
commit
1f35c4fe1c
9 changed files with 159 additions and 50 deletions
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