hm: remove unnecessary pkgs
This commit is contained in:
parent
eaabdb3f31
commit
b757eadc7c
|
@ -134,9 +134,9 @@
|
|||
# Create an FHS environment using the command `fhs`, enabling the execution of non-NixOS packages in NixOS!
|
||||
(
|
||||
let
|
||||
base = pkgs.appimageTools.defaultFhsEnvArgs;
|
||||
base = appimageTools.defaultFhsEnvArgs;
|
||||
in
|
||||
pkgs.buildFHSUserEnv (
|
||||
buildFHSUserEnv (
|
||||
base
|
||||
// {
|
||||
name = "fhs";
|
||||
|
|
Loading…
Reference in a new issue