hm: remove unnecessary pkgs

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-11 04:53:56 -03:00
parent eaabdb3f31
commit b757eadc7c
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -134,9 +134,9 @@
# Create an FHS environment using the command `fhs`, enabling the execution of non-NixOS packages in NixOS! # Create an FHS environment using the command `fhs`, enabling the execution of non-NixOS packages in NixOS!
( (
let let
base = pkgs.appimageTools.defaultFhsEnvArgs; base = appimageTools.defaultFhsEnvArgs;
in in
pkgs.buildFHSUserEnv ( buildFHSUserEnv (
base base
// { // {
name = "fhs"; name = "fhs";