From ee28eadb3b8df14168e1145044b54f1d779eab35 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 6 Feb 2026 13:26:31 +0100 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 89099ee..53f03c5 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ nixosConfigurations = let make-nixos-system = host: let hyper = get-hyper host; - rice = get-rice hyeper; + rice = get-rice hyper; in nixpkgs.lib.nixosSystem { pkgs = get-pkgs hyper; modules = [ ./configuration.nix ];