module(just): Add dead-nix to check unused nix code
This commit is contained in:
parent
bd3dad4e22
commit
cdcd180527
36 changed files with 30 additions and 47 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) OuterWildsTextAdventure;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages."${system}") TrackersListCollection;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) editor-runtime;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
qq = outputs.packages."${system}".QQ;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages."${system}") cliphist;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
{inputs, ...}: final: _prev: let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (inputs.nixpkgs-hurl.legacyPackages.${system}) hurl;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
helix = outputs.packages."${system}".helix;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
juicity = outputs.packages."${system}".juicity;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
radicle-explorer = outputs.packages."${system}".radicle-explorer;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
spotify = outputs.packages."${system}".spotifyx;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
wshowkeys = outputs.packages.${system}.wshowkeys-mao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue