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!
|
# 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";
|
||||||
|
|
Loading…
Reference in a new issue