aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/environment/flake.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:36:26 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:37:07 +0200
commit3274fe3012a87fce2b2b7e9c34b8928c94b26187 (patch)
treec6a349c799e9d9de721e770a58a7d125facc669e /flakes/private/environment/flake.nix
parent5aa3ef5e99b487d4e56d01d3113f90dbe3ee6dd2 (diff)
downloadNix-3274fe3012a87fce2b2b7e9c34b8928c94b26187.tar.gz
Nix-3274fe3012a87fce2b2b7e9c34b8928c94b26187.tar.zst
Nix-3274fe3012a87fce2b2b7e9c34b8928c94b26187.zip
Remove unused environment value
Diffstat (limited to 'flakes/private/environment/flake.nix')
-rw-r--r--flakes/private/environment/flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix
index 15c079a..50df449 100644
--- a/flakes/private/environment/flake.nix
+++ b/flakes/private/environment/flake.nix
@@ -1122,7 +1122,6 @@
1122 }; 1122 };
1123 }; 1123 };
1124 }; 1124 };
1125 serverSpecific = mkOption { type = attrsOf unspecified; description = "Server specific configuration"; };
1126 }; 1125 };
1127 options.hostEnv = mkOption { 1126 options.hostEnv = mkOption {
1128 readOnly = true; 1127 readOnly = true;