Compare commits

..

7 commits

Author SHA1 Message Date
github-actions[bot]
825860d333 [create-pull-request] automated change 2026-02-19 05:11:17 +00:00
7b8fbbcd0c
Update nixpkgs input URL in flake.nix 2026-02-19 11:52:31 +11:00
fcd953634a
Remove httpgd library and associated calls
Removed httpgd library usage and related code.
2026-02-19 11:51:45 +11:00
28c3c6f7c3
Delete versions/httpgd.json 2026-02-19 11:51:01 +11:00
1c9f2ad305
Delete packages/h/httpgd.nix 2026-02-19 11:50:44 +11:00
6604203916
Remove httpgd import from default.nix
Removed the import of httpgd from default.nix.

https://github.com/nx10/httpgd/issues/218
2026-02-19 11:50:27 +11:00
7823af6051
Merge pull request #30 from dwinkler1/update_fran
Update FRAN flake.lock
2026-02-18 18:35:06 +11:00
6 changed files with 11 additions and 35 deletions

16
flake.lock generated
View file

@ -2,17 +2,17 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1771246459,
"narHash": "sha256-r93GMW+p1/jjgaDU9Dadvo2lOcj6a8oza6QayP5ojYk=",
"owner": "rstats-on-nix",
"repo": "nixpkgs",
"rev": "b56df64c453105d8e4ebaa0cefd7acd357685fb0",
"lastModified": 1771303851,
"narHash": "sha256-tgveHozOJ2D/mi3LxVy/FcmLFDlM5XKZxsNB2XpvzaM=",
"owner": "dwinkler1",
"repo": "rixpkgs",
"rev": "af2dd3f7b4b172077747c0869d4e30702fb71b0e",
"type": "github"
},
"original": {
"owner": "rstats-on-nix",
"ref": "2026-02-16",
"repo": "nixpkgs",
"owner": "dwinkler1",
"ref": "nixpkgs",
"repo": "rixpkgs",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
description = "FRAN - The Flakey R Archiving Network";
inputs = {
nixpkgs.url = "github:rstats-on-nix/nixpkgs/2026-02-16";
nixpkgs.url = "github:dwinkler1/rixpkgs/nixpkgs";
};
outputs = {

View file

@ -23,9 +23,6 @@ in {
## F
fwildclusterboot = import ./f/fwildclusterboot.nix argsWithFinal;
## H
httpgd = import ./h/httpgd.nix baseArgs;
## J
jgd = import ./j/jgd.nix (baseArgs // {lib = prev.lib;});

View file

@ -1,17 +0,0 @@
{
prev,
fetchfromGitHubJSONFile,
versionsDir,
}:
prev.rPackages.buildRPackage {
name = "httpgd";
src = fetchfromGitHubJSONFile "${versionsDir}/httpgd.json";
propagatedBuildInputs = builtins.attrValues {
inherit
(prev.rPackages)
unigd
cpp11
AsioHeaders
;
};
}

View file

@ -34,10 +34,6 @@ summary(boot_lm)
summary(boot_lmjl)
summary(boot_lmjl2)
cat("\n============================================================ httpgd ============================================================\n")
library(httpgd)
hgd()
cat("\n============================================================ musicMetadata ============================================================\n")
library(musicMetadata)
print(classify_labels('Interscope'))

View file

@ -1,6 +1,6 @@
{
"owner": "nx10",
"repo": "httpgd",
"rev": "41a0372b35d18c9f40694be2a0a1ea6c64bab06f",
"hash": "sha256-IYkIO28WDfNtUUJqK8vwo8Qd34W5OAD+7AUSzojTBXY="
"rev": "44ed9b5f2d3abce9095122361d31d630a550022a",
"hash": "sha256-GBxhxoF329IbFcGGfsUUGm3Y+DvM0PVWvJzc3eJgaNU="
}