From f8762c3ce88ed3881cabcaa06c43da4a11cbf698 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Aug 2017 21:46:49 +0200 Subject: shell: restyle --force-populate --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index bc14fe7d..196a53aa 100644 --- a/shell.nix +++ b/shell.nix @@ -166,7 +166,7 @@ let eval set -- "$args" force_populate=false while :; do case $1 in - --force-populate) force_populate=true; shift;; + --force-populate) force_populate=true; shift;; -Q|--quiet) quiet=true; shift;; -s|--system) system=$2; shift 2;; -t|--target) target=$2; shift 2;; -- cgit v1.2.3