remove all unecessary imports for cleaner code :)

This commit is contained in:
Lillian Violet 2024-10-28 00:17:05 +01:00
parent 441a7dcb60
commit 415903451f
74 changed files with 52 additions and 390 deletions

View file

@ -1,10 +1,5 @@
{
lib,
stdenv,
system,
pkgs,
util-linux,
jq,
writeShellApplication,
}:
writeShellApplication

View file

@ -1,6 +1,4 @@
{
lib,
stdenv,
direnv,
writeShellApplication,
}:

View file

@ -1,6 +1,4 @@
{
lib,
stdenv,
direnv,
writeShellApplication,
}:

View file

@ -1,6 +1,4 @@
{
lib,
stdenv,
git,
gum,
writeShellApplication,

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "install-nix";

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "rebuild-no-inhibit";

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "rebuild";

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "restart";

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "update";

View file

@ -1,8 +1,4 @@
{
lib,
stdenv,
writeShellApplication,
}:
{writeShellApplication}:
writeShellApplication
{
name = "upgrade";