diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-08-21 22:42:33 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-08-21 22:42:33 +0200 |
| commit | f19025467987f01a231c11050a26219c29bde107 (patch) | |
| tree | 025b0535d657d6dcb906f68cd02827bb986ad512 /modules/environment | |
| parent | 6de3c1f3e1b4fa72e3f147e7d54d60a27ba855a1 (diff) | |
examples: remove nix-repl and nixUnstable references
Diffstat (limited to 'modules/environment')
| -rw-r--r-- | modules/environment/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/environment/default.nix b/modules/environment/default.nix index a6fcf26..3ab0756 100644 --- a/modules/environment/default.nix +++ b/modules/environment/default.nix @@ -20,7 +20,7 @@ in { environment.systemPackages = mkOption { type = types.listOf types.package; default = []; - example = literalExample "[ pkgs.nix-repl pkgs.vim ]"; + example = literalExample "[ pkgs.curl pkgs.vim ]"; description = '' The set of packages that appear in /run/current-system/sw. These packages are |
