From 7a88d5724626e9835865ad0bf7971c38642766df Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 19 Jan 2025 18:46:14 -0800 Subject: [PATCH] updated flake.nix typo2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 70e0977..8a12a76 100755 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { - inherit systems; + inherit system; };