From 61bd833806acfcd9e017faa754cd52adc1d0e4f3 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Tue, 17 Mar 2026 14:26:21 +0100 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 029fcaf..f2f3f0b 100644 --- a/flake.nix +++ b/flake.nix @@ -197,7 +197,7 @@ ]; overlays = [ inputs.dibbler.overlays.default - inputs.worblehat.overlyas.default + inputs.worblehat.overlays.default ]; }; shark = stableNixosConfig "shark" { };