about summary refs log tree commit diff stats
path: root/pkgs/by-name/ll/ll/package.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:43:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-30 20:43:57 +0200
commit3c9b94721488ccc64af4bdd70acacc1b957a0b86 (patch)
treed47c048de4588efd597b7c99b56c420f2ad6ef62 /pkgs/by-name/ll/ll/package.nix
parenttreewide: Update (diff)
downloadnixos-config-3c9b94721488ccc64af4bdd70acacc1b957a0b86.zip
modules/lf: Consolidate the `ll` and `lm` wrappers in the module
Having them as separate packages was just not necessary.
Diffstat (limited to 'pkgs/by-name/ll/ll/package.nix')
-rw-r--r--pkgs/by-name/ll/ll/package.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/by-name/ll/ll/package.nix b/pkgs/by-name/ll/ll/package.nix
deleted file mode 100644
index 6e4ee336..00000000
--- a/pkgs/by-name/ll/ll/package.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# nixos-config - My current NixOS configuration
-#
-# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
-# SPDX-License-Identifier: GPL-3.0-or-later
-#
-# This file is part of my nixos-config.
-#
-# You should have received a copy of the License along with this program.
-# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-{writeShellApplication}:
-writeShellApplication {
-  name = "ll";
-  text = builtins.readFile ./ll.sh;
-
-  # This is sourced in the shell
-  inheritPath = true;
-  bashOptions = [];
-}