diff options
| author | schererleander <leander@schererleander.de> | 2025-12-12 09:59:59 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-12 10:00:11 +0100 |
| commit | 0d06ddf14a7717baf4d66f1f9afedc485b0c06d0 (patch) | |
| tree | 535affaa6e0aa856d16321d33126e8b5e1394981 | |
| parent | 3547a8702391c14c023e8be827817047e13628cf (diff) | |
fix typo
| -rw-r--r-- | hosts/sachiel/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 3f9a2bb..5cd0298 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -53,7 +53,7 @@ enable = true; flake = "github:schererleander/nix#${host}"; flags = [ - "--update-inpu" + "--update-input" "nixpkgs" "--no-write-lock-file" "-L" # print build logs |
