From e24ace924df564ab919d855cbca382c825731079 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Thu, 8 Aug 2024 18:33:00 +0200 Subject: [PATCH] use variable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2d08b6a..de8ae41 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ pkgs-stable = import nixpkgs-stable {inherit system; config.allowUnfree = true; }; in { nixosConfigurations = { - computer-mo = nixpkgs.lib.nixosSystem { + computer-mo = lib.nixosSystem { inherit system; specialArgs = { inherit pkgs-stable; }; modules = [