nvfetcher

This commit is contained in:
xunuwu 2024-09-09 12:02:12 +02:00
parent 013fc0e2d0
commit 1f35c4fe1c
No known key found for this signature in database
9 changed files with 159 additions and 50 deletions

16
_sources/generated.nix Normal file
View 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";
};
}