mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
grafterm, konf, octosql, promql: move to by-name hierarchy
This commit is contained in:
parent
4c8eaad86a
commit
c8b473aa97
@ -787,8 +787,6 @@ with pkgs;
|
||||
|
||||
octosuite = callPackage ../tools/security/octosuite { };
|
||||
|
||||
octosql = callPackage ../tools/misc/octosql { };
|
||||
|
||||
onesixtyone = callPackage ../tools/security/onesixtyone { };
|
||||
|
||||
oletools = with python3.pkgs; toPythonApplication oletools;
|
||||
@ -8495,8 +8493,6 @@ with pkgs;
|
||||
|
||||
gql = callPackage ../applications/version-management/gql { };
|
||||
|
||||
grafterm = callPackage ../tools/misc/grafterm { };
|
||||
|
||||
gradience = callPackage ../applications/misc/gradience { };
|
||||
|
||||
grafx2 = callPackage ../applications/graphics/grafx2 { };
|
||||
@ -17051,8 +17047,6 @@ with pkgs;
|
||||
|
||||
kona = callPackage ../development/interpreters/kona { };
|
||||
|
||||
konf = callPackage ../development/tools/konf { };
|
||||
|
||||
lambda-lisp = callPackage ../development/interpreters/lambda-lisp { };
|
||||
lambda-lisp-blc = lambda-lisp;
|
||||
|
||||
@ -26074,8 +26068,6 @@ with pkgs;
|
||||
|
||||
liquibase_redshift_extension = callPackage ../development/java-modules/liquibase_redshift_extension { };
|
||||
|
||||
promql-cli = callPackage ../tools/misc/promql-cli { };
|
||||
|
||||
prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { };
|
||||
prometheus = callPackage ../servers/monitoring/prometheus { };
|
||||
prometheus-alertmanager = callPackage ../servers/monitoring/prometheus/alertmanager.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user