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 = [